namespace Entidades.Dto; public class PropietarioDto{ public string Nombre {get; set;} = ""; public long Dni {get; set;} public string Apellido {get; set;} = ""; }