示例#1
0
 public DataTable getAllPlayers()
 {
     DAO = new GebruikersDAO();
     return DAO.getAllUsers().Tables[0];
 }