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

@@ -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; }
}
}