feat(api): в work getAll добавлен фильр по имени. ApplicationController GetAll + filter

This commit is contained in:
Mikhail Trubnikov
2024-04-03 15:21:47 +10:00
parent a92bbf1899
commit 693acc4cbc
5 changed files with 108 additions and 5 deletions

View File

@@ -209,7 +209,6 @@
#endregion
#region Наряды
public static class Order
@@ -222,7 +221,6 @@
#endregion
#region TNK
public static class Process
@@ -298,6 +296,10 @@
}
#endregion
public static class Application
{
public const string GetAll = Base + "/applications/";
}
public static class EkStatus
{