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