コード例 #1
0
 public EquiposController()
 {
     KeroseneConection kc = new KeroseneConection();
     kConnection = kc.Conection();
 }
コード例 #2
0
 public PartidosController()
 {
     KeroseneConection kc = new KeroseneConection();
     kConnection = kc.Conection();
 }