Migrazione serivce/repository production
This commit is contained in:
@@ -3,6 +3,7 @@ using EgwCoreLib.Lux.Data.Repository.Config;
|
||||
using EgwCoreLib.Lux.Data.Repository.Cost;
|
||||
using EgwCoreLib.Lux.Data.Repository.Items;
|
||||
using EgwCoreLib.Lux.Data.Repository.Job;
|
||||
using EgwCoreLib.Lux.Data.Repository.Production;
|
||||
using EgwCoreLib.Lux.Data.Repository.Sales;
|
||||
using EgwCoreLib.Lux.Data.Repository.Utils;
|
||||
using EgwCoreLib.Lux.Data.Services;
|
||||
@@ -10,6 +11,7 @@ using EgwCoreLib.Lux.Data.Services.Config;
|
||||
using EgwCoreLib.Lux.Data.Services.Cost;
|
||||
using EgwCoreLib.Lux.Data.Services.Items;
|
||||
using EgwCoreLib.Lux.Data.Services.Job;
|
||||
using EgwCoreLib.Lux.Data.Services.Production;
|
||||
using EgwCoreLib.Lux.Data.Services.Sales;
|
||||
using EgwCoreLib.Lux.Data.Services.Utils;
|
||||
using Lux.API.Services;
|
||||
@@ -186,6 +188,9 @@ builder.Services.AddScoped<IOfferRepository, OfferRepository>();
|
||||
builder.Services.AddScoped<IOfferRowRepository, OfferRowRepository>();
|
||||
builder.Services.AddScoped<IOrderRepository, OrderRepository>();
|
||||
builder.Services.AddScoped<IOrderRowRepository, OrderRowRepository>();
|
||||
builder.Services.AddScoped<IProductionBatchRepository, ProductionBatchRepository>();
|
||||
builder.Services.AddScoped<IProductionOdlRepository, ProductionOdlRepository>();
|
||||
builder.Services.AddScoped<IProductionPlantRepository, ProductionPlantRepository>();
|
||||
builder.Services.AddScoped<IResourceRepository, ResourceRepository>();
|
||||
builder.Services.AddScoped<ISellingItemRepository, SellingItemRepository>();
|
||||
builder.Services.AddScoped<ITemplateRepository, TemplateRepository>();
|
||||
@@ -205,6 +210,9 @@ builder.Services.AddScoped<IOfferService, OfferService>();
|
||||
builder.Services.AddScoped<IOfferRowService, OfferRowService>();
|
||||
builder.Services.AddScoped<IOrderService, OrderService>();
|
||||
builder.Services.AddScoped<IOrderRowService, OrderRowService>();
|
||||
builder.Services.AddScoped<IProductionBatchService, ProductionBatchService>();
|
||||
builder.Services.AddScoped<IProductionOdlService, ProductionOdlService>();
|
||||
builder.Services.AddScoped<IProductionPlantService, ProductionPlantService>();
|
||||
builder.Services.AddScoped<IResourceService, ResourceService>();
|
||||
builder.Services.AddScoped<ISellingItemService, SellingItemService>();
|
||||
builder.Services.AddScoped<ITemplateService, TemplateService>();
|
||||
|
||||
Reference in New Issue
Block a user