forked from sanchezvem/pyrofetes-backend
Add endpoint to display all customers, and updated dto to create quotation and purchase order
This commit is contained in:
@@ -50,6 +50,7 @@ builder.Services.AddScoped<SettingsRepository>();
|
||||
builder.Services.AddScoped<UsersRepository>();
|
||||
builder.Services.AddScoped<WarehouseProductsRepository>();
|
||||
builder.Services.AddScoped<WareHouseRepository>();
|
||||
builder.Services.AddScoped<CustomersRepository>();
|
||||
|
||||
// Ajout des services
|
||||
builder.Services.AddScoped<IDeliveryNotePdfService, DeliveryNotePdfService>();
|
||||
|
||||
Reference in New Issue
Block a user