public GameEngineService(IGameCodeService codeService) { _codeService = codeService; }
public CreateGameCommandHandler(IApplicationDbContext context, IGameCodeService gameCodeService) { _context = context; _gameCodeService = gameCodeService; }