8 lines
194 B
C#
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; }
|
|
} |