Robert 1 рік тому
батько
коміт
bac7afa349
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      EVCB_OCPP.TaskScheduler/Program.cs

+ 1 - 0
EVCB_OCPP.TaskScheduler/Program.cs

@@ -36,6 +36,7 @@ namespace EVCB_OCPP.TaskScheduler
 
                     services.AddMainDbContext(context.Configuration);
                     services.AddOnlineLogDBContext(context.Configuration);
+                    services.AddWebDBConetext(context.Configuration);
 
                     services.AddTransient<ICustomerService, CommonCustomerService>();
                     services.AddSingleton<ICustomersService, CustomersService>();