funcionalidad terminada
This commit is contained in:
@@ -55,7 +55,10 @@ public class PropiedadesController: ControllerBase {
|
||||
};
|
||||
l.Add(p);
|
||||
}
|
||||
return Ok(l);
|
||||
|
||||
int cantpag = RepositorioPropiedades.Singleton.ObtenerPaginasDePropiedadesEnVenta();
|
||||
|
||||
return Ok(new { propiedades = l, cantpaginas = cantpag});
|
||||
}
|
||||
|
||||
[HttpGet("api/propiedades/Venta/Propietario")]
|
||||
|
||||
Reference in New Issue
Block a user