Implementate notifiche
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace salesbook.Shared.Core.Interface.System.Network;
|
||||
|
||||
public interface INetworkService
|
||||
{
|
||||
public bool ConnectionAvailable { get; set; }
|
||||
|
||||
public bool IsNetworkAvailable();
|
||||
}
|
||||
Reference in New Issue
Block a user