birbmap/Birdmap.BLL/Interfaces/ICommunicationServiceProvider.cs

8 lines
157 B
C#

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