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