feat(dal): WeekendDayService - метод проверки на рабочий день
This commit is contained in:
10
PARR.DAL/Settings/WeekendCacheSettings.cs
Normal file
10
PARR.DAL/Settings/WeekendCacheSettings.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PARR.DAL.Settings
|
||||
{
|
||||
public class WeekendCacheSettings
|
||||
{
|
||||
/// <summary>
|
||||
/// Время хранения в кэше данных о выходных и рабочих днях
|
||||
/// </summary>
|
||||
public TimeSpan WeekendTtl { get; set; } = new TimeSpan(0, 5, 0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user