feat(dal,api): добавлены таблицы исключений расписания еспп.
This commit is contained in:
@@ -63,6 +63,12 @@ namespace PARR.EsppSync
|
||||
.Include(t => t.Job)
|
||||
.ThenInclude(j => j.Group)
|
||||
.ThenInclude(g => g.GroupType)
|
||||
.Include(t => t.Job)
|
||||
.ThenInclude(t => t.Group)
|
||||
.ThenInclude(t => t.ScheduleExcludeType)
|
||||
.Include(t => t.Job)
|
||||
.ThenInclude(t => t.Group)
|
||||
.ThenInclude(t => t.ScheduleExcludeTypeCalendar)
|
||||
.Include(t => t.Job)
|
||||
.ThenInclude(j => j.Tnk)
|
||||
.Include(t => t.UnitsInTemplate);
|
||||
|
||||
Reference in New Issue
Block a user