Beispiel #1
0
 public ComfireOrderApplication(IGetProjectNameServiceBll getProjectNameServiceBll,
                                IGetCustomerServiceBll getCustomerServiceBll, IGetInsuranceCompanyServiceBll getInsuranceCompanyServiceBll,
                                IGetCorpServiceBll getCorpServiceBll, IGetCostCenterServiceBll getCostCenterServiceBll, IGetContactAddressServiceBll getContactAddressServiceBll)
 {
     _getProjectNameServiceBll      = getProjectNameServiceBll;
     _getCustomerServiceBll         = getCustomerServiceBll;
     _getInsuranceCompanyServiceBll = getInsuranceCompanyServiceBll;
     _getCorpServiceBll             = getCorpServiceBll;
     _getCostCenterServiceBll       = getCostCenterServiceBll;
     _getContactAddressServiceBll   = getContactAddressServiceBll;
 }
 public ConfirmTraOrderViewApplication(IGetProjectNameServiceBll getProjectNameServiceBll,
                                       IGetCustomerServiceBll getCustomerServiceBll,
                                       IGetCorpServiceBll getCorpServiceBll, IGet12306AccountServiceBll get12306AccountServiceBll,
                                       IGetServiceFeeServiceBll getServiceFeeServiceBll,
                                       IGetCostCenterServiceBll getCostCenterServiceBll,
                                       IGetContactAddressServiceBll getContactAddressServiceBll)
 {
     _getProjectNameServiceBll    = getProjectNameServiceBll;
     _getCustomerServiceBll       = getCustomerServiceBll;
     _getCorpServiceBll           = getCorpServiceBll;
     _get12306AccountServiceBll   = get12306AccountServiceBll;
     _getServiceFeeServiceBll     = getServiceFeeServiceBll;
     _getCostCenterServiceBll     = getCostCenterServiceBll;
     _getContactAddressServiceBll = getContactAddressServiceBll;
 }