Пример #1
0
 public IActionResult IngredientById(int ingredientId)
 {
     return(Ok(repository.GetIngredientById(ingredientId)));
 }