Example #1
0
 public LegalEntitySignedAgreementViewModelToAgreementNotSignedViewModelMapper(IEmployerAccountsService employerAccountsService, IEncodingService encodingService)
 {
     _employerAccountsService = employerAccountsService;
     _encodingService         = encodingService;
 }
 public SelectLegalEntityRequestToSelectLegalEntityViewModelMapper(IEmployerAccountsService employerAccountsService)
 {           
     _employerAccountsService = employerAccountsService;
 }
Example #3
0
 public SelectedLegalEntityToSignedAgreementViewModelMapper(IEmployerAccountsService employerAccountsService)
 {
     _employerAccountsService = employerAccountsService;
 }