예제 #1
0
 public ActionResult TktLogs(int tktID)
 {
     return(Json(Tkt.AllLogs(tktID), JsonRequestBehavior.AllowGet));
 }