public EsRejectCallForSpeechCommandHandler( ISessionForEventSourcing sessionForEventSourcing, IMapper mapper, IZEsJudgeRepository zEsJudgeRepository) { _mapper = mapper; _sessionForEventSourcing = sessionForEventSourcing; _zEsJudgeRepository = zEsJudgeRepository; }
public EsEvaluateCallForSpeechCommandHandler( ISessionForEventSourcing sessionForEventSourcing, IMapper mapper, IScoringRulesFactory scoringRulesFactory) { _mapper = mapper; _sessionForEventSourcing = sessionForEventSourcing; _scoringRulesFactory = scoringRulesFactory; }
public EsUpdateJudgeCommandHandler( ISessionForEventSourcing sessionForEventSourcing, IMapper mapper) { _mapper = mapper; _sessionForEventSourcing = sessionForEventSourcing; }
public ESCreateCategoryCommandHandler( ISessionForEventSourcing sessionForEventSourcing, IMapper mapper) { _mapper = mapper; _sessionForEventSourcing = sessionForEventSourcing; }
public EsSubmitDeveloperCommandHandler( ISessionForEventSourcing sessionForEventSourcing, IMapper mapper) { _mapper = mapper; _sessionForEventSourcing = sessionForEventSourcing; }
public EsSubmitCallForSpeechCommandHandler( ISessionForEventSourcing sessionForEventSourcing, IMapper mapper) { _mapper = mapper; _sessionForEventSourcing = sessionForEventSourcing; }