Example #1
0
 public Examination EditExamination(Examination examination)
 {
     return(examinationService.EditExamination(examination));
 }