Exemplo n.º 1
0
 public IEnumerable <Ingredient> GetIngredientsForRecipe(int recipeId)
 {
     return(_ingredientRepo.GetIngredientsForRecipe(recipeId));
 }