Esempio n. 1
0
 public DoAduitOrderServiceBll(ICorpAduitBll corpAduitBll, IAddSendAppMessageBll addSendAppMessageBll,
                               IGetOperatorServiceBll getOperatorServiceBll)
 {
     _corpAduitBll          = corpAduitBll;
     _addSendAppMessageBll  = addSendAppMessageBll;
     _getOperatorServiceBll = getOperatorServiceBll;
 }
Esempio n. 2
0
 public AddFltDomesticModApplyApplication(IAddFltDomesticModApplyServiceBll addFltDomesticModApplyServiceBll,
                                          IGetCustomerServiceBll getCustomerServiceBll, IGetCorpServiceBll getCorpServiceBll, IGetOperatorServiceBll getOperatorServiceBll)
 {
     _addFltDomesticModApplyServiceBll = addFltDomesticModApplyServiceBll;
     _getCustomerServiceBll            = getCustomerServiceBll;
     _getCorpServiceBll     = getCorpServiceBll;
     _getOperatorServiceBll = getOperatorServiceBll;
 }
Esempio n. 3
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;
 }