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/";
|
||||
|
||||
@@ -11,8 +11,8 @@ namespace PARR.API.Contracts.V1.Requests.Queries
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Поиск по типу: 0 - APP, 1 - OS, 2 - DB
|
||||
/// Поиск по типу
|
||||
/// </summary>
|
||||
public ApplicationTypesEnum? Type { get; set; }
|
||||
public Guid? TypeId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user