예제 #1
0
 public ActionResult MyClosedTicket()
 {
     TempData["Title"] = "My Closed Tickets";
     return(View("Index", Tkt.MyClosedTickets()));
 }