feat: Из dal перенесены все модели в Domain. Из dal переименованы service в repository, вынесены в Core.
This commit is contained in:
@@ -30,7 +30,7 @@ builder.Configuration.GetSection(nameof(WorkerSettings)).Bind(workerSettings);
|
||||
builder.Services.AddSingleton(workerSettings);
|
||||
|
||||
#region PARR modules
|
||||
builder.Services.InstallDalServices(builder.Configuration);
|
||||
builder.Services.AddDalServices(builder.Configuration);
|
||||
builder.Services.AddCoreServices(builder.Configuration);
|
||||
builder.Services.AddInfrastructureServices(builder.Configuration);
|
||||
builder.Services.AddTaskManagement((provider, taskType) =>
|
||||
|
||||
Reference in New Issue
Block a user