forked from sanchezvem/PyroFetes
added pdf generation for all orders
This commit is contained in:
@@ -9,7 +9,6 @@ namespace PyroFetes.Endpoints.Quotations;
|
||||
|
||||
public class GetQuotationPdfEndpoint(
|
||||
QuotationsRepository quotationRepository,
|
||||
QuotationProductsRepository quotationProductRepository,
|
||||
IQuotationPdfService quotationPdfService)
|
||||
: Endpoint<GetQuotationPdfDto>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user