added showcompagnon

This commit is contained in:
2025-12-04 15:06:36 +01:00
parent e440dcd2b5
commit 6a20676b32
2 changed files with 9 additions and 4 deletions

View File

@@ -51,6 +51,7 @@ builder.Services.AddScoped<SettingsRepository>();
builder.Services.AddScoped<UsersRepository>();
builder.Services.AddScoped<WarehouseProductsRepository>();
// Ajout des services
builder.Services.AddScoped<IDeliveryNotePdfService, DeliveryNotePdfService>();
builder.Services.AddScoped<IPurchaseOrderPdfService, PurchaseOrderPdfService>();
builder.Services.AddScoped<IQuotationPdfService, QuotationPdfService>();