feat(api): applicationInWorks getAll, фильтр по workId, is_light=true - облегченный запрос без include
This commit is contained in:
@@ -6,5 +6,15 @@
|
||||
/// Поиск по краткому описанию
|
||||
/// </summary>
|
||||
public string? ShortDescription { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Фильтр по ИД работы
|
||||
/// </summary>
|
||||
public Guid? WorkId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Облегченный запрос
|
||||
/// </summary>
|
||||
public bool? IsLight { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user