Limpieza de input de valor y filtro de datos a nivel Repo

This commit is contained in:
Juan Pablo Vial
2024-07-03 15:13:13 -04:00
parent d5b9be0196
commit d68eba5697
28 changed files with 436 additions and 189 deletions

View File

@ -34,8 +34,7 @@ class Facturacion extends Ideal\Service
return $this->withJson($response, $output);
}
public function ventas(ServerRequestInterface $request, ResponseInterface $response, Service\Redis $redisService,
Service\Venta $ventaService, Service\Proyecto\Terreno $terrenoService, Service\UF $ufService,
Service\IPC $ipcService): ResponseInterface
Service\Venta $ventaService): ResponseInterface
{
$input = $request->getParsedBody();
$output = [