8 lines
172 B
C#
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();
|
|
} |