Aggiornamento librerie e setup iniziale app
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using Fixiy.Shared.Interfaces;
|
||||
|
||||
namespace Fixiy.Web.Services;
|
||||
|
||||
public class FormFactor : IFormFactor
|
||||
{
|
||||
public string GetFormFactor()
|
||||
{
|
||||
return "Web";
|
||||
}
|
||||
public string GetPlatform()
|
||||
{
|
||||
return Environment.OSVersion.ToString();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user