Пример #1
0
 public ApuestasController(IMapper mapper, IApuestaService apuestasService)
 {
     this._ApuestasService = apuestasService;
     this._mapper          = mapper;
 }
Пример #2
0
 public ApuestasController(IApuestaService _apuestaService)
 {
     this.apuestaService = _apuestaService;
 }