feat(api): Актуализация JobResponse под фронт; Template метод GetAll ищет по Job а не JobGroup

This commit is contained in:
Mikhail Kuznetsov
2025-09-10 10:40:12 +10:00
parent aa31af8027
commit d4607f8547
4 changed files with 18 additions and 10 deletions

View File

@@ -14,8 +14,8 @@
/// <summary>
/// Поиск по ИД Задания (JobGroupId)
/// Поиск по ИД Задания (JobId)
/// </summary>
public Guid? JobGroupId { get; set; }
public Guid? JobId { get; set; }
}
}