示例#1
0
 public void changePass(int id, string pass)
 {
     DAO = new GebruikersDAO();
     DAO.changePass(id,pass);
 }