public GameEngineService(IGameCodeService codeService)
 {
     _codeService = codeService;
 }
Esempio n. 2
0
 public CreateGameCommandHandler(IApplicationDbContext context, IGameCodeService gameCodeService)
 {
     _context         = context;
     _gameCodeService = gameCodeService;
 }