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

@@ -115,6 +115,11 @@
public const string getParam = "{id}";
}
public static class ResponseArea
{
public const string GetAll = Base + "/response-areas/";
}
public static class RobotHistoryLevel
{
public const string GetAll = Base + "/robot-history-levels/";