feat(dal): WeekendDayService - метод проверки на рабочий день
This commit is contained in:
@@ -119,6 +119,10 @@ namespace PARR.DAL
|
||||
services.AddSingleton(settingsFromDb);
|
||||
|
||||
PrefixSettings.PrefixWithoutVariable = settingsFromDb.TemplatePrefixWithoutVariable;
|
||||
|
||||
var weekendCacheSettings = new WeekendCacheSettings();
|
||||
configuration.GetSection(nameof(WeekendCacheSettings)).Bind(weekendCacheSettings);
|
||||
services.AddSingleton(weekendCacheSettings);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user