Ejemplo n.º 1
0
 public List <Ingredient> GetIngredientsByDishId(int id)
 {
     return(_ingredientRepo.GetIngredientsByDishId(id).ToList());
 }