示例#1
0
 public List <TestStatus> GetTestStatus(int uid, int langid)
 {
     return(PR.GetTestStatus(uid, langid));
 }