Files
SteUP_Dotnet/SteUp.Shared/Core/Dto/PageState/InspectionPageState.cs

8 lines
172 B
C#

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