コード例 #1
0
 public LegacyRetrieveCustomerServiceAccount(RetrieveCustomerAccountSummary rcasClient, IErrorLoggingService errorLoggingService, IGetBillingAccountMappers getBillingAccountMappers, IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     _rcasClient = rcasClient;
     _getBillingAccountMappers = getBillingAccountMappers;
     _enterpriseExceptionHandler = enterpriseExceptionHandler;
     _errorLoggingService = errorLoggingService;
 }
コード例 #2
0
 public EnterpriseClient(
     IErrorLoggingService errorLoggingService,
     ISyncResource syncResource,
     RetrieveCustomerServiceConfiguration.RetrieveCustomerServiceConfiguration retrieveCustomerServiceConfiguration,
     IRetrieveCustomerServiceConfigurationMapper retrieveCustomerServiceConfigurationMapper,
     GeneratePasscode.GeneratePasscode generatePasscodeClient,
     IEnterpriseExceptionHandler enterpriseExceptionHandler,
     IGetFacilitiesMapper getFacilitiesMapper,
     ServiceOrderOrchestration.ServiceOrderOrchestration serviceOrderOrchestration,
     CustomerOrderInformation.CustomerOrderInformation customerOrderInformation,
     IRetrieveCustomerServiceAccount retrieveCustomerServiceAccount,
     IServiceDiagnosticTests serviceDiagnosticTests,
     IRetrieveServiceDesign retrieveServiceDesign,
     IRetrieveServiceConfiguration retrieveServiceConfig
 )
 {
     _errorLoggingService = errorLoggingService;
     _syncResource = syncResource;
     _retrieveCustomerServiceConfiguration = retrieveCustomerServiceConfiguration;
     _retrieveCustomerServiceConfigurationMapper = retrieveCustomerServiceConfigurationMapper;
     _enterpriseExceptionHandler = enterpriseExceptionHandler;
     _generatePasscodeClient = generatePasscodeClient;
     _getFacilityMapper = getFacilitiesMapper;
     _serviceOrderOrchestration = serviceOrderOrchestration;
     _customerOrderInformation = customerOrderInformation;
     _retrieveCustomerServiceAccount = retrieveCustomerServiceAccount;
     _serviceDiagnosticTests = serviceDiagnosticTests;
     _retrieveServiceDesign = retrieveServiceDesign;
     _retrieveServiceConfig = retrieveServiceConfig;
 }
コード例 #3
0
 public LegacyRetrieveServiceDesign(RetrieveServiceDesign rsdClient, IErrorLoggingService errorLoggingService, IGetFacilitiesMapper getFacilitiesMappers, IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     _rsdClient = rsdClient;
     _getFacilitiesMappers = getFacilitiesMappers;
     _enterpriseExceptionHandler = enterpriseExceptionHandler;
     _errorLoggingService = errorLoggingService;
 }
コード例 #4
0
 public RetrieveDpiNotes(CustomerInformationInquiry customerInformationInquiry,
     IErrorLoggingService errorLoggingService,
     IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     _customerInformationInquiry = customerInformationInquiry;
     _errorLoggingService = errorLoggingService;
     _enterpriseException = enterpriseExceptionHandler;
 }
コード例 #5
0
 public LegacySyncResource(SyncResource syncResource, 
                           IErrorLoggingService errorLoggingService,
                           IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     _syncResource = syncResource;
     _enterpriseExceptionHandler = enterpriseExceptionHandler;
     _errorLoggingService = errorLoggingService;
 }
コード例 #6
0
 public ConcreteSyncResource(ResourceInformationInquiry resourceInformationInquiry,
                                 IErrorLoggingService errorLoggingService,
                                 IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     _resourceInformationInquiry = resourceInformationInquiry;
     _enterpriseExceptionHandler = enterpriseExceptionHandler;
     _errorLoggingService = errorLoggingService;
 }
コード例 #7
0
 public ConcreteRetrieveCustomerServiceAccount(CustomerInformationInquiry customerInformationInquiry, IErrorLoggingService errorLoggingService, IGetBillingAccountMappers getBillingAccountMappers, IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     //_rcasClient = rcasClient;
     _customerInformationInquiry = customerInformationInquiry;
     _getBillingAccountMappers = getBillingAccountMappers;
     _enterpriseExceptionHandler = enterpriseExceptionHandler;
     _errorLoggingService = errorLoggingService;
 }
コード例 #8
0
 public ConsolidatedRetrieveServiceDesign(ServiceDesignAssign serviceDesignInquiry, IErrorLoggingService errorLoggingService, IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     _serviceDesignInquiry = serviceDesignInquiry;
     _enterpriseExceptionHandler = enterpriseExceptionHandler;
     _errorLoggingService = errorLoggingService;
 }
コード例 #9
0
 public ServiceDiagnosticTests(IErrorLoggingService errorLoggingService, ServiceTestExecution lineTestClient, IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     _errorLoggingService = errorLoggingService;
     _lineTestClient = lineTestClient;
     _enterpriseExceptionHandler = enterpriseExceptionHandler;
 }
コード例 #10
0
 public ConcreteRetrieveCustomerServiceAccount(CustomerInformationInquiry customerInformationInquiry, IErrorLoggingService errorLoggingService, IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     _customerInformationInquiry = customerInformationInquiry;
     _enterpriseExceptionHandler = enterpriseExceptionHandler;
     _errorLoggingService = errorLoggingService;
 }
コード例 #11
0
 public LegacyServiceDiagnosticTests(IErrorLoggingService errorLoggingService, DAL.ScheduleServiceDiagnosticTest.ScheduleServiceDiagnosticTest lineTestClient, IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     _errorLoggingService = errorLoggingService;
     _lineTestClient = lineTestClient;
     _enterpriseExceptionHandler = enterpriseExceptionHandler;
 }
コード例 #12
0
 public ConsolidatedRetrieveServiceConfiguration(CustomerInformationInquiry consolidatedClient, IErrorLoggingService errorLoggingService, IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     _consolidatedClient = consolidatedClient;
     _enterpriseExceptionHandler = enterpriseExceptionHandler;
     _errorLoggingService = errorLoggingService;
 }