Ejemplo n.º 1
0
 public DataTable adminSel()
 {
     adminDA admin = new adminDA();
     return admin.adminSel();
 }