public FirstTitlePolicyRequestFromActionstepQueryHandler( IActionstepService actionstepService, IActionstepToWCAMapper actionstepToWCAMapper ) { _actionstepService = actionstepService; _actionstepToWCAMapper = actionstepToWCAMapper; }
public PEXAWorkspaceCreationRequestFromActionstepQueryHandler( IActionstepService actionstepService, IMapper mapper, IActionstepToWCAMapper actionstepToWCAMapper) { _actionstepService = actionstepService; _mapper = mapper; _actionstepToWCAMapper = actionstepToWCAMapper; }
public ConveyancingDataFromActionstepQueryHandler( IActionstepService actionstepService, IGlobalXService globalXService, IMapper mapper, IActionstepToWCAMapper actionstepToWCAMapper) { _actionstepService = actionstepService; _globalXService = globalXService; _mapper = mapper; _actionstepToWCAMapper = actionstepToWCAMapper; }