Ejemplo n.º 1
0
        // GET: Equipos
        public EstadiosController()
        {
            KeroseneConection kc = new KeroseneConection();

            kConnection = kc.Conection();
        }
Ejemplo n.º 2
0
        public PartidosController()
        {
            KeroseneConection kc = new KeroseneConection();

            kConnection = kc.Conection();
        }