示例#1
0
 public ActionResult MyIndex() //Shows all notifications by user
 {
     return(View("Index", ticketHelper.ListUserNotifications(User.Identity.GetUserId())));
 }