Exemplo n.º 1
0
        public CompleteRecipeReturnEntity GetAllIngredientsFromRecipe(string Recipecode)
        {
            LogicBL logicBL = new LogicBL();

            return(logicBL.GetAllIngredientsFromRecipe(Recipecode));
        }