Exemplo n.º 1
0
 public BoardGameController(IRedisService redisService, IGameHelperService helperService)
 {
     _redisService  = redisService;
     _helperService = helperService;
 }
Exemplo n.º 2
0
 public GameService(IGameHelperService gameHelperService, IGameAlgorithmService gameAlgrithmService)
 {
     _gameHelperService   = gameHelperService;
     _gameAlgrithmService = gameAlgrithmService;
 }