Exemple #1
0
 public cls_instalacionesDAO()
 {
     Miconexion = new cls_conexion();
 }
Exemple #2
0
 public cls_torneoDAO()
 {
     Miconexion = new cls_conexion();
 }
Exemple #3
0
 public cls_jugadoresDAO()
 {
     Miconexion = new cls_conexion();
 }
Exemple #4
0
 public cls_equipoDAO()
 {
     Miconexion = new cls_conexion();
 }
Exemple #5
0
 public cls_convocatoriaDAO()
 {
     Miconexion = new cls_conexion();
 }
Exemple #6
0
 public cls_personaDAO()
 {
     Miconexion = new cls_conexion();
 }
Exemple #7
0
 public cls_carreraDAO()
 {
     Miconexion = new cls_conexion();
 }
Exemple #8
0
 public cls_dt_dao()
 {
     Miconexion = new cls_conexion();
 }
Exemple #9
0
 public cls_administradorDAO()
 {
     Miconexion = new cls_conexion();
 }
Exemple #10
0
 public cls_arbitroDAO()
 {
     Miconexion = new cls_conexion();
 }
Exemple #11
0
 public cls_partidosDAO()
 {
     Miconexion = new cls_conexion();
 }
Exemple #12
0
 public cls_divisionDAO()
 {
     Miconexion = new cls_conexion();
 }
Exemple #13
0
 public cls_estadisticasDAO()
 {
     Miconexion = new cls_conexion();
 }