feat(bll, dal): WeekendDayService + БД. CalendarService - получение рабочих дней за период
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using PARR.BLL;
|
||||
using PARR.EsppApi;
|
||||
using PARR.DAL;
|
||||
using PARR.Test;
|
||||
using Serilog;
|
||||
|
||||
@@ -8,6 +9,7 @@ IHost host = Host.CreateDefaultBuilder(args)
|
||||
{
|
||||
services.InstallEsppApiServices(hostContext.Configuration);
|
||||
services.InstallBllServices(hostContext.Configuration);
|
||||
services.InstallDalServices(hostContext.Configuration);
|
||||
|
||||
services.AddHostedService<Worker>();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user