Beispiel #1
0
 public DTO.ResponseMessage <bool> DeleteExam(string testingNo, string examPlaceCode)
 {
     return(svc.DeleteExam(testingNo, examPlaceCode));
 }