birbmap/Birdmap.BLL/Interfaces/ICommunicationService.cs

8 lines
136 B
C#

namespace Birdmap.BLL.Interfaces
{
public interface ICommunicationService
{
public bool IsConnected { get; }
}
}