Пример #1
0
 public async Task <IActionResult> GetCategories(int typeId)
 {
     return(Ok(await _actionManager.GetCategoriesByTypeIdAsync(typeId)));
 }