feat(api): Актуализация JobResponse под фронт; Template метод GetAll ищет по Job а не JobGroup
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Поиск по ИД Задания (JobGroupId)
|
||||
/// Поиск по ИД Задания (JobId)
|
||||
/// </summary>
|
||||
public Guid? JobGroupId { get; set; }
|
||||
public Guid? JobId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user