Implemetato databese locale con EntityFramework
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
namespace SteUp.Shared.Core.Dto.PageState;
|
||||
using SteUp.Shared.Core.Entities;
|
||||
|
||||
namespace SteUp.Shared.Core.Dto.PageState;
|
||||
|
||||
public class InspectionPageState
|
||||
{
|
||||
public DateTime DateInspection {get; set;}
|
||||
|
||||
public PuntoVenditaDto? PuntoVendita {get; set;}
|
||||
public Ispezione Ispezione { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user