feat(dal): DistributionPeriods

This commit is contained in:
Mikhail Kuznetsov
2024-07-01 12:09:01 +10:00
parent ff37e6c10f
commit 6e378f2b06
13 changed files with 6557 additions and 41 deletions

View File

@@ -81,6 +81,7 @@ namespace PARR.DAL
services.AddTransient<IEkStatusService, EkStatusService>();
services.AddTransient<IEsppSchTypeScheduleService, EsppSchTypeScheduleService>();
services.AddTransient<IWeekendDayService, WeekendDayService>();
services.AddTransient<IDistributionPeriodService, DistributionPeriodService>();
// TransformServices
services.AddTransient<IEsppScheduleTransformService, EsppScheduleTransformService>();