コード例 #1
0
 public void Update(string id, Teacher newInfo)
 {
     teacherDA.Update(id, newInfo);
     UserHandler.Update(id, newInfo);
 }