feat(api): Application GetAll, Work GetAll - добавлены фильтры по id
This commit is contained in:
@@ -14,5 +14,11 @@ namespace PARR.API.Contracts.V1.Requests.Queries
|
||||
/// Поиск по типу
|
||||
/// </summary>
|
||||
public Guid? TypeId { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Поиск по ИД
|
||||
/// </summary>
|
||||
public Guid? Id { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user