birbmap/Birdmap.BLL/Interfaces/ICommunicationServiceProvid...

8 lines
157 B
C#

namespace Birdmap.BLL.Interfaces
{
public interface ICommunicationServiceProvider
{
public ICommunicationService Service { get; }
}
}