Example #1
0
 public int addUser(GebruikerData g)
 {
     DAO = new GebruikersDAO();
     return DAO.addUser(g);
 }