示例#1
0
 public void changeUserById(GebruikerData g)
 {
     DAO = new GebruikersDAO();
     DAO.changeUserById(g);
 }