feat: Из dal перенесены все модели в Domain. Из dal переименованы service в repository, вынесены в Core.
This commit is contained in:
@@ -24,7 +24,7 @@ builder.Host.UseSerilog((context, config) =>
|
||||
|
||||
builder.Services.InstallSettings(builder.Configuration);
|
||||
// Add services to the container.
|
||||
builder.Services.InstallDalServices(builder.Configuration);
|
||||
builder.Services.AddDalServices(builder.Configuration);
|
||||
//---- new ----
|
||||
builder.Services.AddCoreServices(builder.Configuration);
|
||||
builder.Services.AddTaskManagement(mqSettingsFactory: (provider, taskType) =>
|
||||
|
||||
Reference in New Issue
Block a user