WIP: primer avance con la Busqueda de Propiedades

Signed-off-by: fede <federico.nicolas.polidoro@gmail.com>
This commit is contained in:
2024-12-07 19:05:07 -03:00
parent dbc255dd4b
commit 990f866a71
8 changed files with 207 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
namespace Entidades.Dto;
public record BusquedaDto(int Id, string Ubicacion, string Servicios);