primeros cambios

This commit is contained in:
2024-11-11 11:55:45 -03:00
parent 9d381f6f76
commit 52e4afb7c4
10 changed files with 117 additions and 20 deletions
+9
View File
@@ -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; }
}