public RegisterUI(IClientDataService clientDataService, ICredentialDataService credentialDataService, IMapper mapper) { _clientDataService = clientDataService; _credentialDataService = credentialDataService; _mapper = mapper; }
public LoginUI(ICredentialDataService credentialDataService, IMapper mapper) { _credentialDataService = credentialDataService; _mapper = mapper; }