Ejemplo n.º 1
0
 public ActionResult ProjectTicketIndex(int id)
 {
     return(View("Index", tixHelper.GetProjectTickets(id)));
 }