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