예제 #1
0
 public ActionResult MyLists()
 {
     return(View(ListService.GetAllListsByUserId(this.User.Identity.GetUserId())));
 }