using SteUp.Shared.Core.Entities; namespace SteUp.Shared.Core.Dto.PageState; public class InspectionPageState { public Ispezione Ispezione { get; set; } = new(); }