Ejemplo n.º 1
0
 public AddFltDomesticModApplyApplication(IAddFltDomesticModApplyServiceBll addFltDomesticModApplyServiceBll,
                                          IGetCustomerServiceBll getCustomerServiceBll, IGetCorpServiceBll getCorpServiceBll, IGetOperatorServiceBll getOperatorServiceBll)
 {
     _addFltDomesticModApplyServiceBll = addFltDomesticModApplyServiceBll;
     _getCustomerServiceBll            = getCustomerServiceBll;
     _getCorpServiceBll     = getCorpServiceBll;
     _getOperatorServiceBll = getOperatorServiceBll;
 }
Ejemplo n.º 2
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;
 }
Ejemplo n.º 3
0
        private readonly ISubmitCorpAduitOrderServiceBll _submitCorpAduitOrderServiceBll;//送审服务


        public AddTraOrderApplication(IAddTraOrderServiceBll addTraOrderServiceBll,
                                      IGetCustomerServiceBll getCustomerServiceBll, IGetCorpServiceBll getCorpServiceBll,
                                      IRequestHoldSeatServiceBll requestHoldSeatServiceBll,
                                      ISubmitCorpAduitOrderServiceBll submitCorpAduitOrderServiceBll)
        {
            _addTraOrderServiceBll          = addTraOrderServiceBll;
            _getCustomerServiceBll          = getCustomerServiceBll;
            _getCorpServiceBll              = getCorpServiceBll;
            _requestHoldSeatServiceBll      = requestHoldSeatServiceBll;
            _submitCorpAduitOrderServiceBll = submitCorpAduitOrderServiceBll;
        }
 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;
 }
Ejemplo n.º 5
0
 public AddOrderApplication(IAddOrderServiceBll addOrderServiceBll,
                            IGetCustomerServiceBll getCustomerServiceBll,
                            IGetCorpPassengerCustomerServiceBll getCorpPassengerCustomerServiceBll,
                            IGetPnrNoServiceBll getPnrNoServiceBll, IGetCorpServiceBll getCorpServiceBll,
                            ISubmitCorpAduitOrderServiceBll submitCorpAduitOrderServiceBll,
                            IGetOperatorServiceBll getOperatorServiceBll)
 {
     _addOrderServiceBll    = addOrderServiceBll;
     _getCustomerServiceBll = getCustomerServiceBll;
     _getCorpPassengerCustomerServiceBll = getCorpPassengerCustomerServiceBll;
     _getPnrNoServiceBll             = getPnrNoServiceBll;
     _getCorpServiceBll              = getCorpServiceBll;
     _submitCorpAduitOrderServiceBll = submitCorpAduitOrderServiceBll;//送审服务
     _getOperatorServiceBll          = getOperatorServiceBll;
 }
Ejemplo n.º 6
0
 public CorpIndividuationApplication(IGetCorpServiceBll getCorpServiceBll)
 {
     _getCorpServiceBll = getCorpServiceBll;
 }