Pagina profilo e modiche al theme
This commit is contained in:
6
Template.Shared/Core/Interface/INetworkService.cs
Normal file
6
Template.Shared/Core/Interface/INetworkService.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Template.Shared.Core.Interface;
|
||||
|
||||
public interface INetworkService
|
||||
{
|
||||
public bool IsNetworkAvailable();
|
||||
}
|
||||
Reference in New Issue
Block a user