コード例 #1
0
 public void UpdateDocent(ViewDocent docent)
 {
     _docentService.Update(docent);
 }