feat(api): applicationInWorks getAll, фильтр по workId, is_light=true - облегченный запрос без include

This commit is contained in:
Mikhail Trubnikov
2024-05-21 13:56:13 +10:00
parent 4ea2bdb326
commit d139374f5f
2 changed files with 22 additions and 4 deletions

View File

@@ -6,5 +6,15 @@
/// Поиск по краткому описанию
/// </summary>
public string? ShortDescription { get; set; }
/// <summary>
/// Фильтр по ИД работы
/// </summary>
public Guid? WorkId { get; set; }
/// <summary>
/// Облегченный запрос
/// </summary>
public bool? IsLight { get; set; }
}
}