feat: modificar propiedad

Signed-off-by: fede <federico.nicolas.polidoro@gmail.com>
This commit is contained in:
2024-12-04 17:44:25 -03:00
parent c116c924cd
commit 646cf3e009
10 changed files with 189 additions and 52 deletions
+3
View File
@@ -0,0 +1,3 @@
namespace Entidades.Dto;
public record PatchPropiedadDto(int id, string Ubicacion, int Canthabitaciones, int? Piso, string? Letra, string Email, int tipo);