Добавление зон ответственности
This commit is contained in:
@@ -17,7 +17,6 @@ IHost host = Host.CreateDefaultBuilder(args)
|
||||
services.AddSingleton(workerSettings);
|
||||
|
||||
//services.InstallMailServices(hostContext.Configuration);
|
||||
//services.InstallDalServices(hostContext.Configuration);
|
||||
services.InstallSyncerServices(hostContext.Configuration);
|
||||
|
||||
services.AddHostedService<Worker>();
|
||||
|
||||
Reference in New Issue
Block a user