6 lines
121 B
C#
6 lines
121 B
C#
namespace salesbook.Shared.Core.Interface;
|
|
|
|
public interface INetworkService
|
|
{
|
|
public bool IsNetworkAvailable();
|
|
} |