コード例 #1
0
 public void Edit(Examination entity)
 {
     _examinationService.Edit(entity);
 }