Exemplo n.º 1
0
 public SearchModFlightApplication(ISearchFlightServiceBll searchFlightServiceBll, IGetCustomerCorpPolicyServiceBll getCustomerCorpPolicyServiceBll,
                                   IGetCustomerServiceBll getCustomerServiceBll) : base()
 {
     _searchFlightServiceBll          = searchFlightServiceBll;
     _getCustomerCorpPolicyServiceBll = getCustomerCorpPolicyServiceBll;
     _getCustomerServiceBll           = getCustomerServiceBll;
 }
Exemplo n.º 2
0
 public AuditOrderApplication(IAuditFltOrderServiceBll auditFltOrderServiceBll,
                              IGetCustomerServiceBll getCustomerServiceBll, IAddSendAppMessageServiceBll addSendAppMessageServiceBll)
 {
     _auditFltOrderServiceBll     = auditFltOrderServiceBll;
     _getCustomerServiceBll       = getCustomerServiceBll;
     _addSendAppMessageServiceBll = addSendAppMessageServiceBll;
 }
Exemplo n.º 3
0
 public AddFltDomesticModApplyApplication(IAddFltDomesticModApplyServiceBll addFltDomesticModApplyServiceBll,
                                          IGetCustomerServiceBll getCustomerServiceBll, IGetCorpServiceBll getCorpServiceBll, IGetOperatorServiceBll getOperatorServiceBll)
 {
     _addFltDomesticModApplyServiceBll = addFltDomesticModApplyServiceBll;
     _getCustomerServiceBll            = getCustomerServiceBll;
     _getCorpServiceBll     = getCorpServiceBll;
     _getOperatorServiceBll = getOperatorServiceBll;
 }
Exemplo n.º 4
0
 public GetNotUseTicketNoListApplication(IGetNotUseTicketNoListServiceBll getNotUseTicketNoListServiceBll,
                                         IGetCityForFlightServiceBll getCityForFlightServiceBll,
                                         IGetCustomerServiceBll getCustomerServiceBll)
 {
     _getNotUseTicketNoListServiceBll = getNotUseTicketNoListServiceBll;
     _getCityForFlightServiceBll      = getCityForFlightServiceBll;
     _getCustomerServiceBll           = getCustomerServiceBll;
 }
Exemplo n.º 5
0
 public GetTraOrderDetailApplication(IGetTraOrderDetailServiceBll getTraOrderDetailServiceBll,
                                     IGetCustomerServiceBll getCustomerServiceBll, ICheckAduitOrderServiceBll checkAduitOrderServiceBll, IGetCorpAduitOrderServiceBll getCorpAduitOrderServiceBll)
 {
     _getTraOrderDetailServiceBll = getTraOrderDetailServiceBll;
     _getCustomerServiceBll       = getCustomerServiceBll;
     _checkAduitOrderServiceBll   = checkAduitOrderServiceBll;
     _getCorpAduitOrderServiceBll = getCorpAduitOrderServiceBll;
 }
Exemplo n.º 6
0
 public SearchTrainApplication(ISearchTrainServiceBll searchTrainServiceBll,
                               IGetCustomerCorpPolicyServiceBll getCustomerCorpPolicyServiceBll,
                               IGetCustomerServiceBll getCustomerServiceBll)
 {
     _searchTrainServiceBll           = searchTrainServiceBll;
     _getCustomerCorpPolicyServiceBll = getCustomerCorpPolicyServiceBll;
     _getCustomerServiceBll           = getCustomerServiceBll;
 }
 public GetFltDomesticRetApplyViewApplication(
     IGetFltDomesticRetApplyViewServiceBll getFltDomesticRetApplyViewServiceBll,
     IGetCityForFlightServiceBll getCityForFlightServiceBll,
     IGetCustomerServiceBll getCustomerServiceBll) : base()
 {
     _getFltDomesticRetApplyViewServiceBll = getFltDomesticRetApplyViewServiceBll;
     _getCityForFlightServiceBll           = getCityForFlightServiceBll;
     _getCustomerServiceBll = getCustomerServiceBll;
 }
 public QueryFlightRetApplyListApplication(IQueryFlightRetApplyListServiceBll queryFlightRetApplyListServiceBll,
                                           IGetCityForFlightServiceBll getCityForFlightServiceBll, IGetCustomerServiceBll getCustomerServiceBll,
                                           IGetCorpAduitOrderServiceBll getCorpAduitOrderServiceBll)
 {
     _queryFlightRetApplyListServiceBll = queryFlightRetApplyListServiceBll;
     _getCityForFlightServiceBll        = getCityForFlightServiceBll;
     _getCustomerServiceBll             = getCustomerServiceBll;
     _getCorpAduitOrderServiceBll       = getCorpAduitOrderServiceBll;
 }
Exemplo n.º 9
0
 public AddGrabTicketApplication(IAddTraGrabTicketServiceBll addTraGrabTicketServiceBll,
                                 IUpdateTraGrabTicketStatusServiceBll updateTraGrabTicketStatusServiceBll,
                                 IRequestGrabTicketServiceBll requestGrabTicketServiceBll,
                                 IGetCustomerServiceBll getCustomerServiceBll)
 {
     _addTraGrabTicketServiceBll          = addTraGrabTicketServiceBll;
     _updateTraGrabTicketStatusServiceBll = updateTraGrabTicketStatusServiceBll;
     _requestGrabTicketServiceBll         = requestGrabTicketServiceBll;
     _getCustomerServiceBll = getCustomerServiceBll;
 }
Exemplo n.º 10
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;
 }
Exemplo n.º 11
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;
        }
Exemplo n.º 12
0
 public QueryFlightModApplyApplication(
     IQueryFlightModApplyServiceBll queryFlightModApplyServiceBll,
     IGetCityForFlightServiceBll getCityForFlightServiceBll,
     IGetCustomerServiceBll getCustomerServiceBll, IGetCustomerCorpPolicyServiceBll getCustomerCorpPolicyServiceBll,
     ICheckAduitOrderServiceBll checkAduitOrderServiceBll, IGetCorpAduitOrderServiceBll getCorpAduitOrderServiceBll)
 {
     _queryFlightModApplyServiceBll   = queryFlightModApplyServiceBll;
     _getCityForFlightServiceBll      = getCityForFlightServiceBll;
     _getCustomerServiceBll           = getCustomerServiceBll;
     _getCustomerCorpPolicyServiceBll = getCustomerCorpPolicyServiceBll;
     _checkAduitOrderServiceBll       = checkAduitOrderServiceBll;
     _getCorpAduitOrderServiceBll     = getCorpAduitOrderServiceBll;
 }
Exemplo n.º 13
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;
 }
Exemplo n.º 15
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;
 }
Exemplo n.º 16
0
 public GetAuditOrderListApplication(
     IGetCityForFlightServiceBll getCityForFlightServiceBll,
     IGetCustomerServiceBll getCustomerServiceBll,
     IGetCorpAduitOrderListServiceBll getCorpAduitOrderListServiceBll,
     IGetFltOrderBll getFltOrderBll, IGetFlightRetModApplyBll getFlightRetModApplyBll,
     IGetTraOrderServiceBll getTraOrderServiceBll,
     IGetCustomerCorpPolicyServiceBll getCustomerCorpPolicyServiceBll)
 {
     _getCityForFlightServiceBll      = getCityForFlightServiceBll;
     _getCustomerServiceBll           = getCustomerServiceBll;
     _getCorpAduitOrderListServiceBll = getCorpAduitOrderListServiceBll;
     _getFltOrderBll                  = getFltOrderBll;
     _getFlightRetModApplyBll         = getFlightRetModApplyBll;
     _getTraOrderServiceBll           = getTraOrderServiceBll;
     _getCustomerCorpPolicyServiceBll = getCustomerCorpPolicyServiceBll;
 }
Exemplo n.º 17
0
 public CheckCorpAccountPowerApplication(ICheckCorpAccountPowerServiceBll checkCorpAccountPowerServiceBll,
                                         IGetCustomerServiceBll getCustomerServiceBll)
 {
     _checkCorpAccountPowerServiceBll = checkCorpAccountPowerServiceBll;
     _getCustomerServiceBll           = getCustomerServiceBll;
 }
Exemplo n.º 18
0
 public MatchCorpPolicyAndAduitApplication(IMatchCorpPolicyAndAduitServiceBll mathCorpPolicyAndAduitServiceBll, IGetCustomerServiceBll getCustomerServiceBll)
 {
     _mathCorpPolicyAndAduitServiceBll = mathCorpPolicyAndAduitServiceBll;
     _getCustomerServiceBll            = getCustomerServiceBll;
 }
 public GetCorpPolicyReasonApplication(IGetCustomerCorpPolicyServiceBll getCustomerCorpPolicyServiceBll,
                                       IGetCustomerServiceBll getCustomerServiceBll)
 {
     _getCustomerCorpPolicyServiceBll = getCustomerCorpPolicyServiceBll;
     _getCustomerServiceBll           = getCustomerServiceBll;
 }
Exemplo n.º 20
0
 public GetCorpAduitConfigApplication(IGetCorpAduitConfigServiceBll getCorpAduitConfigServiceBll, IGetCustomerServiceBll getCustomerServiceBll)
 {
     _getCorpAduitConfigServiceBll = getCorpAduitConfigServiceBll;
     _getCustomerServiceBll        = getCustomerServiceBll;
 }
Exemplo n.º 21
0
 public GetCorpBookingDepartListApplication(IGetCustomerServiceBll getCustomerServiceBll, IGetCorpBookingDepartListServiceBll getCorpBookingDepartListServiceBll)
 {
     _getCustomerServiceBll = getCustomerServiceBll;
     _getCorpBookingDepartListServiceBll = getCorpBookingDepartListServiceBll;
 }
Exemplo n.º 22
0
 public GetCustomerInfoApplication(IGetCustomerServiceBll getCustomerServiceBll, IGetContactServiceBll getContactServiceBll)
 {
     _getCustomerServiceBll = getCustomerServiceBll;
     _getContactServiceBll  = getContactServiceBll;
 }
Exemplo n.º 23
0
 public CancelFltModApplyApplication(ICancelRetModOrderServiceBll cancelRetModOrderServiceBll, IGetCustomerServiceBll getCustomerServiceBll)
 {
     _cancelRetModOrderServiceBll = cancelRetModOrderServiceBll;
     _getCustomerServiceBll       = getCustomerServiceBll;
 }