Example #1
0
 public IEnumerable <Recipe> GetAllRecipesByCategory(string cat)
 {
     return(recipeData.GetAllRecipesByCategory(cat));
 }