Пример #1
0
        public List <IngredientReturnEntity> GetAll()
        {
            LogicBL logicBL = new LogicBL();

            return(logicBL.ExtractAllIngredients());
        }