Completamento move DataLayerServices
This commit is contained in:
@@ -6,7 +6,6 @@ using EgwCoreLib.Lux.Data.Repository.Production;
|
||||
using EgwCoreLib.Lux.Data.Repository.Sales;
|
||||
using EgwCoreLib.Lux.Data.Repository.Stats;
|
||||
using EgwCoreLib.Lux.Data.Repository.Utils;
|
||||
using EgwCoreLib.Lux.Data.Services;
|
||||
using EgwCoreLib.Lux.Data.Services.Config;
|
||||
using EgwCoreLib.Lux.Data.Services.Cost;
|
||||
using EgwCoreLib.Lux.Data.Services.General;
|
||||
@@ -100,7 +99,7 @@ namespace EgwCoreLib.Lux.Data
|
||||
services.TryAddScoped<ITemplateRowService, TemplateRowService>();
|
||||
|
||||
// Facade / DataLayerService
|
||||
services.TryAddScoped<DataLayerServices>();
|
||||
services.TryAddScoped<IDataLayerServices, DataLayerServices>();
|
||||
services.TryAddScoped<ICalcRuidService, CalcRuidService>();
|
||||
//builder.Services.AddSingleton<DataLayerServices>();
|
||||
//services.TryAddScoped<IDataLayerServices, DataLayerServices>();
|
||||
|
||||
Reference in New Issue
Block a user