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