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();
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
namespace SteUp.Shared.Core.Dto;
|
||||
|
||||
public class SchedaDto
|
||||
{
|
||||
public JtbFasiDto? Reparto { get; set; }
|
||||
public string? ActivityTypeId { get; set; }
|
||||
public string? Note { get; set; }
|
||||
public string? Responsabile { get; set; }
|
||||
public int Scadenza { get; set; } = 24;
|
||||
}
|
||||
Reference in New Issue
Block a user