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