primeros cambios
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Entidades.Dto;
|
||||
public class PropiedadDto {
|
||||
public string Ubicacion { get; set; } = null!;
|
||||
public int Canthabitaciones { get; set; }
|
||||
public int? Piso { get; set; }
|
||||
public string? Letra { get; set; }
|
||||
public string Email { get; set; }
|
||||
public int Idtipropiedad { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user