4 lines
157 B
C#
4 lines
157 B
C#
namespace Entidades.Dto;
|
|
|
|
public record PatchPropiedadDto(int id, string Ubicacion, int Canthabitaciones, int? Piso, string? Letra, string Email, int tipo);
|