예제 #1
0
        public IngredientReturnEntity GetByID(long ID)
        {
            LogicBL logicBL = new LogicBL();

            return(logicBL.GetIngredient(ID));
        }
예제 #2
0
        public IngredientReturnEntity GetIngredient(long idproduct, long idrecipe)
        {
            LogicBL logicBL = new LogicBL();

            return(logicBL.GetIngredient(idproduct, idrecipe));
        }