コード例 #1
0
 public void Update(string id, Postulant postulant)
 {
     PostulantDAO.Update(id, postulant);
 }