コード例 #1
0
 public Postulant GetById(string id)
 {
     return(PostulantDAO.GetById(id));
 }