generated from Integry/Template_NetMauiBlazorHybrid
8 lines
176 B
C#
8 lines
176 B
C#
namespace salesbook.Shared.Core.Interface;
|
|
|
|
public interface INetworkService
|
|
{
|
|
public bool ConnectionAvailable { get; set; }
|
|
|
|
public bool IsNetworkAvailable();
|
|
} |