// GET: Equipos
        public EstadiosController()
        {
            KeroseneConection kc = new KeroseneConection();

            kConnection = kc.Conection();
        }
Example #2
0
        public PartidosController()
        {
            KeroseneConection kc = new KeroseneConection();

            kConnection = kc.Conection();
        }