feat(esppScheduleSync, esppSync): вынесена логика сравнения nextRun из EsppSync в EsppScheduleSync. Рефакторинг EsppScheduleSync - логика проверки имени шаблона
This commit is contained in:
@@ -11,6 +11,9 @@ namespace PARR.EsppSync.Domain
|
||||
|
||||
public required string TemplateName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ИД расписания
|
||||
/// </summary>
|
||||
public string Code { get; set; } = string.Empty;
|
||||
|
||||
public string ScheduleName { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user