Esempio n. 1
0
 public List <Ingredients> GetIngredientsByRecipesID(int id)
 {
     return(_repo.GetIngredientsByRecipesID(id));
 }