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