8 lines
188 B
C#
8 lines
188 B
C#
namespace SteUp.Shared.Core.Dto.PageState;
|
|
|
|
public class InspectionPageState
|
|
{
|
|
public DateTime DateInspection {get; set;}
|
|
|
|
public PuntoVenditaDto? PuntoVendita {get; set;}
|
|
} |