Ejemplo n.º 1
0
 public DataTable getHistoriek(int id)
 {
     DAO = new RitDAO();
     return DAO.getHistoriek(id).Tables[0];
 }