feat(api): добавлен фильтр нарядов по templateId. В респонс шаблонов добавлено поле кол-во нарядов.

This commit is contained in:
Mikhail Trubnikov
2024-05-08 10:16:42 +10:00
parent 5fbb830124
commit 342d26e097
5 changed files with 24 additions and 3 deletions

View File

@@ -35,5 +35,7 @@
/// Расписание
/// </summary>
public EsppScheduleResponse? Schedule { get; set; }
public int OrderCount { get; set; }
}
}