Example #1
0
        public IEnumerable <RecipeIngredientDataModel> Get()
        {
            var recipeIngredients = _service.GetAllIngredients();

            return(recipeIngredients);
        }