Ejemplo n.º 1
0
 public RouletteController(ICasinoGameRepository casinoGameRepository, IMapper mapper)
 {
     _casinoRepository = casinoGameRepository;
     _mapper           = mapper;
 }