8 lines
157 B
C#
8 lines
157 B
C#
namespace Birdmap.BLL.Interfaces
|
|
{
|
|
public interface ICommunicationServiceProvider
|
|
{
|
|
public ICommunicationService Service { get; }
|
|
}
|
|
}
|