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