Exemplo n.º 1
0
 public List <Ingredient> GetAllIngredients()
 {
     return(ingredientController.FindAllIngredients());
 }