Пример #1
0
        public List <Ingredient> GetByRecipe(long idrecipe)
        {
            LogicBL logicBL = new LogicBL();

            return(logicBL.GetByRecipe(idrecipe));
        }