added pdf generation for all orders

This commit is contained in:
2025-12-03 17:41:19 +01:00
parent bee1cfb0e3
commit e440dcd2b5
10 changed files with 403 additions and 1 deletions

View File

@@ -9,7 +9,6 @@ namespace PyroFetes.Endpoints.Quotations;
public class GetQuotationPdfEndpoint(
QuotationsRepository quotationRepository,
QuotationProductsRepository quotationProductRepository,
IQuotationPdfService quotationPdfService)
: Endpoint<GetQuotationPdfDto>
{