using System; namespace MP.Data.DTO { public class OperatoreDTO { public int MatrOpr { get; set; } = 0; public string Cognome { get; set; } = ""; public string Nome { get; set; } = ""; public string hashAuthKey { get; set; } = ""; public DateTime dtExp { get; set; } } }