Example #1
0
 public ActionResult KpList(int UserID, Guid TestID)
 {
     return(Json(_paper.KpList(UserID, TestID)));
 }