public FirstTitlePolicyRequestFromActionstepQueryHandler(
     IActionstepService actionstepService,
     IActionstepToWCAMapper actionstepToWCAMapper
     )
 {
     _actionstepService     = actionstepService;
     _actionstepToWCAMapper = actionstepToWCAMapper;
 }
示例#2
0
 public PEXAWorkspaceCreationRequestFromActionstepQueryHandler(
     IActionstepService actionstepService,
     IMapper mapper,
     IActionstepToWCAMapper actionstepToWCAMapper)
 {
     _actionstepService     = actionstepService;
     _mapper                = mapper;
     _actionstepToWCAMapper = actionstepToWCAMapper;
 }
示例#3
0
 public ConveyancingDataFromActionstepQueryHandler(
     IActionstepService actionstepService,
     IGlobalXService globalXService,
     IMapper mapper,
     IActionstepToWCAMapper actionstepToWCAMapper)
 {
     _actionstepService     = actionstepService;
     _globalXService        = globalXService;
     _mapper                = mapper;
     _actionstepToWCAMapper = actionstepToWCAMapper;
 }