Example #1
0
        public List <Ingredient> ExtractAllFromRecipe(long IDRecipe)
        {
            IngredientDAL userdal = new IngredientDAL();


            return(userdal.GetAllFromRecipe(IDRecipe));
        }