예제 #1
0
 public ActionResult <IEnumerable <Recipe> > GetFavoriteRecipes()
 {
     return(_recipesService.GetFavoriteRecipes(GetUserId()));
 }