Exemplo n.º 1
0
 public IActionResult MainIngredients()
 {
     return(Ok(repository.GetMainIngredients()));
 }