Exemple #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;
 }
Exemple #2
0
 public QueryFlightDomesticOrderApplication(
     IQueryFlightOrderServiceBll queryFlightOrderServiceBll,
     IGetCityForFlightServiceBll getCityForFlightServiceBll,
     IGetCustomerServiceBll getCustomerServiceBll, IGetInsuranceCompanyServiceBll getInsuranceCompanyServiceBll,
     IGetProjectNameServiceBll getProjectNameServiceBll, ICheckAduitOrderServiceBll checkAduitOrderServiceBll, IGetCorpAduitOrderServiceBll getCorpAduitOrderServiceBll)
 {
     _queryFlightOrderServiceBll    = queryFlightOrderServiceBll;
     _getCityForFlightServiceBll    = getCityForFlightServiceBll;
     _getCustomerServiceBll         = getCustomerServiceBll;
     _getInsuranceCompanyServiceBll = getInsuranceCompanyServiceBll;
     _getProjectNameServiceBll      = getProjectNameServiceBll;
     _checkAduitOrderServiceBll     = checkAduitOrderServiceBll;
     _getCorpAduitOrderServiceBll   = getCorpAduitOrderServiceBll;
 }
 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;
 }
Exemple #4
0
 public GetCorpPolicyProjectApplication(IGetProjectNameServiceBll getProjectNameServiceBll)
 {
     _getProjectNameServiceBll = getProjectNameServiceBll;
 }