Ejemplo n.º 1
0
 public LegalEntitySignedAgreementViewModelToAgreementNotSignedViewModelMapper(IEmployerAccountsService employerAccountsService, IEncodingService encodingService)
 {
     _employerAccountsService = employerAccountsService;
     _encodingService         = encodingService;
 }
 public SelectLegalEntityRequestToSelectLegalEntityViewModelMapper(IEmployerAccountsService employerAccountsService)
 {           
     _employerAccountsService = employerAccountsService;
 }
Ejemplo n.º 3
0
 public SelectedLegalEntityToSignedAgreementViewModelMapper(IEmployerAccountsService employerAccountsService)
 {
     _employerAccountsService = employerAccountsService;
 }