Ejemplo n.º 1
0
        //public List<string> GetIngredientsForRecipe(int recipeId)
        //{
        //    return ingredientsRepository.GetIngredientsForRecipe(recipeId);
        //}

        public void Remove(Ingredient ingDb)
        {
            ingredientsRepository.Remove(ingDb);
        }