Example #1
0
 public DataTable getPlayersByID(int id)
 {
     DAO = new GebruikersDAO();
     return DAO.getUserById(id).Tables[0];
 }