コード例 #1
0
 public bool DeleteExamination(int examinationId)
 {
     return(_examinationService.DeleteExamination(examinationId));
 }