Example #1
0
 // GET: Space/supportteam/Ticket/8
 public ActionResult Ticket(string spacename, int id)
 {
     return(View(repo.GetTicketViewModel(spacename, id)));
 }