feat(api): ResponseAreaController getAll. WorkGroupController, getAll, добавлен фильтр по ЗО.

This commit is contained in:
Mikhail Trubnikov
2024-08-16 13:59:27 +10:00
parent 0f3def4b3a
commit ecd24cd94b
7 changed files with 105 additions and 0 deletions

View File

@@ -6,5 +6,10 @@
/// Поиск по имени, например "АСУ"
/// </summary>
public string? Name { get; set; }
/// <summary>
/// Поиск по коду зоны ответственности
/// </summary>
public int? ResponseAreaCode { get; set; }
}
}