refactor: dynamic list to nestjs

This commit is contained in:
Ahmed Bouhuolia
2025-01-12 18:22:48 +02:00
parent ddaea20d16
commit 270b421a6c
117 changed files with 4232 additions and 1493 deletions

View File

@@ -58,10 +58,10 @@ export class SaleEstimatesController {
return this.saleEstimatesApplication.getSaleEstimateState();
}
// @Get()
// public getSaleEstimates(@Query() filterDTO: ISalesEstimatesFilter) {
// return this.saleEstimatesApplication.getSaleEstimates(filterDTO);
// }
@Get()
public getSaleEstimates(@Query() filterDTO: ISalesEstimatesFilter) {
return this.saleEstimatesApplication.getSaleEstimates(filterDTO);
}
@Post(':id/deliver')
public deliverSaleEstimate(