Пример #1
0
 public BoardGameController(IRedisService redisService, IGameHelperService helperService)
 {
     _redisService  = redisService;
     _helperService = helperService;
 }
Пример #2
0
 public GameService(IGameHelperService gameHelperService, IGameAlgorithmService gameAlgrithmService)
 {
     _gameHelperService   = gameHelperService;
     _gameAlgrithmService = gameAlgrithmService;
 }