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


            return(userdal.GetByRecipe(Idrecipe));
        }