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