Ejemplo n.º 1
0
        public PremiosController()
        {
            Web3EA2Entities ctx = new Web3EA2Entities();

            PremiosServicio      = new PremiosServicio(ctx);
            CompetidoresServicio = new CompetidoresServicio(ctx);
        }
Ejemplo n.º 2
0
        public PremiosController()
        {
            EV2_PW3Entities ctx = new EV2_PW3Entities();

            PremiosServicio = new PremiosServicio(ctx);
        }
        public CantidadTotalPremiosApiController()
        {
            Web3EA2Entities ctx = new Web3EA2Entities();

            PremiosServicio = new PremiosServicio(ctx);
        }