Files
SteUP_Dotnet/SteUp.Shared/Core/Dto/SchedaDto.cs

8 lines
194 B
C#

namespace SteUp.Shared.Core.Dto;
public class SchedaDto
{
public JtbFasiDto? Reparto { get; set; }
public string? ActivityTypeId { get; set; }
public string? Note { get; set; }
}