dmgc: llegue al frontend

This commit is contained in:
2025-01-13 20:31:09 -03:00
parent 280bcd294a
commit 7565e21df8
7 changed files with 60 additions and 25 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
namespace Entidades.Dto;
public record PatchPropiedadDto(int id, string Ubicacion, int Canthabitaciones, int? Piso, string? Letra, string Email, int tipo, List<string> Servicios, int Monto);
public record PatchPropiedadDto(int id, string Ubicacion, int Canthabitaciones, int? Piso, string? Letra, string Email, int tipo, List<string> Servicios, int Monto, int Iddivisa);