Example #1
0
 public RetrieveDpiNotes(CustomerInformationInquiry customerInformationInquiry,
     IErrorLoggingService errorLoggingService,
     IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     _customerInformationInquiry = customerInformationInquiry;
     _errorLoggingService = errorLoggingService;
     _enterpriseException = enterpriseExceptionHandler;
 }
 public ConcreteRetrieveCustomerServiceAccount(CustomerInformationInquiry customerInformationInquiry, IErrorLoggingService errorLoggingService, IGetBillingAccountMappers getBillingAccountMappers, IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     //_rcasClient = rcasClient;
     _customerInformationInquiry = customerInformationInquiry;
     _getBillingAccountMappers = getBillingAccountMappers;
     _enterpriseExceptionHandler = enterpriseExceptionHandler;
     _errorLoggingService = errorLoggingService;
 }
 public ConcreteRetrieveCustomerServiceAccount(CustomerInformationInquiry customerInformationInquiry, IErrorLoggingService errorLoggingService, IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     _customerInformationInquiry = customerInformationInquiry;
     _enterpriseExceptionHandler = enterpriseExceptionHandler;
     _errorLoggingService = errorLoggingService;
 }
 public ConsolidatedRetrieveServiceConfiguration(CustomerInformationInquiry consolidatedClient, IErrorLoggingService errorLoggingService, IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     _consolidatedClient = consolidatedClient;
     _enterpriseExceptionHandler = enterpriseExceptionHandler;
     _errorLoggingService = errorLoggingService;
 }