feat(api): ApplicationTypeController, GetAll. Application GetAll исправлен фильтр по TypeId

This commit is contained in:
Mikhail Trubnikov
2024-04-03 15:50:50 +10:00
parent 693acc4cbc
commit 674d02280a
4 changed files with 62 additions and 8 deletions

View File

@@ -301,6 +301,11 @@
public const string GetAll = Base + "/applications/";
}
public static class ApplicationType
{
public const string GetAll = Base + "/application-types/";
}
public static class EkStatus
{
public const string GetAll = Base + "/ek-statuses/";