예제 #1
0
 public EquiposController()
 {
     KeroseneConection kc = new KeroseneConection();
     kConnection = kc.Conection();
 }
예제 #2
0
 public PartidosController()
 {
     KeroseneConection kc = new KeroseneConection();
     kConnection = kc.Conection();
 }