feat(api): ApplicationTypeController, GetAll. Application GetAll исправлен фильтр по TypeId
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user