Ejemplo n.º 1
0
 public async Task <ActionResult <CategoryDto> > Get(int categoryId)
 {
     return(await _recipeQueries.GetCategoryAsync(categoryId));
 }