public ApuestasController(IMapper mapper, IApuestaService apuestasService) { this._ApuestasService = apuestasService; this._mapper = mapper; }
public ApuestasController(IApuestaService _apuestaService) { this.apuestaService = _apuestaService; }