feat(nextRun): рассчет поля NextRun по расписанию
This commit is contained in:
7
PARR.NextRun/Settings/WorkerSettings.cs
Normal file
7
PARR.NextRun/Settings/WorkerSettings.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PARR.NextRun.Settings
|
||||
{
|
||||
internal class WorkerSettings
|
||||
{
|
||||
public TimeSpan RepeatEvery { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user