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