예제 #1
0
 public CancelRetModOrderServiceBll(IFltRetModApplyDal fltRetModApplyDal,
                                    IFltRetModFlightApplyDal fltRetModFlightApplyDal, IFltRetModApplyLogDal fltRetModApplyLogDal)
 {
     _fltRetModApplyDal       = fltRetModApplyDal;
     _fltRetModFlightApplyDal = fltRetModFlightApplyDal;
     _fltRetModApplyLogDal    = fltRetModApplyLogDal;
 }
예제 #2
0
 public GetAuditRetModOrderListFactory(IFltRetModApplyDal fltRetModApplyDal,
                                       IGetFlightRetModApplyBll getFlightRetModApplyBll, AuditFltOrderListQueryModel query)
 {
     _fltRetModApplyDal       = fltRetModApplyDal;
     _getFlightRetModApplyBll = getFlightRetModApplyBll;
     _query = query;
 }
 public ConfirmRetAuditPriceServiceBll(IFltRetModApplyDal fltRetModApplyDal,
                                       IFltRetModFlightApplyDal fltRetModFlightApplyDal, IFltRetModApplyLogDal fltRetModApplyLogDal)
     : base()
 {
     _fltRetModApplyDal       = fltRetModApplyDal;
     _fltRetModFlightApplyDal = fltRetModFlightApplyDal;
     _fltRetModApplyLogDal    = fltRetModApplyLogDal;
 }
예제 #4
0
 public AuditFltRetApplyBll(IFltRetModApplyDal fltRetModApplyDal,
                            IFltRetModFlightApplyDal fltRetModFlightApplyDal, IFltRetModApplyLogDal fltRetModApplyLogDal, IValidataFltOrderAuditBll validataAuditInfoBll) : base()
 {
     _fltRetModApplyDal       = fltRetModApplyDal;
     _fltRetModFlightApplyDal = fltRetModFlightApplyDal;
     _fltRetModApplyLogDal    = fltRetModApplyLogDal;
     _validataAuditInfoBll    = validataAuditInfoBll;
 }
예제 #5
0
 /// <summary>
 /// 机票改签申请审批构造
 /// </summary>
 public RunAuditVisitor(IFltRetModApplyDal fltRetModApplyDal,
                        IFltRetModFlightApplyDal fltRetModFlightApplyDal, IFltRetModApplyLogDal fltRetModApplyLogDal, AuditFltModApplyQueryModel modApplyQuery)
 {
     _fltRetModApplyDal       = fltRetModApplyDal;
     _fltRetModFlightApplyDal = fltRetModFlightApplyDal;
     _fltRetModApplyLogDal    = fltRetModApplyLogDal;
     _modApplyQuery           = modApplyQuery;
 }
예제 #6
0
 public AddFltRetModApplyBll(IFltRetModApplyDal fltRetModApplyDal,
                             IFltRetModFlightApplyDal fltRetModFlightApplyDal,
                             IFltRetModApplyLogDal fltRetModApplyLogDal,
                             IFltOrderDal fltOrderDal, IFltFlightDal fltFlightDal)
 {
     _fltRetModApplyDal       = fltRetModApplyDal;
     _fltRetModFlightApplyDal = fltRetModFlightApplyDal;
     _fltRetModApplyLogDal    = fltRetModApplyLogDal;
     _fltOrderDal             = fltOrderDal;
     _fltFlightDal            = fltFlightDal;
 }
예제 #7
0
 public GetFlightRetModApplyBll(IFltRetModFlightApplyDal fltRetModFlightApplyDal,
                                IFltRetModApplyDal fltRetModApplyDal, IFltRetModApplyLogDal fltRetModApplyLogDal,
                                IFltPassengerDal fltPassengerDal, IGetClassNameBll getClassNameBll, IFltFlightDal fltFlightDal)
 {
     _fltRetModApplyDal       = fltRetModApplyDal;
     _fltRetModFlightApplyDal = fltRetModFlightApplyDal;
     _fltRetModApplyLogDal    = fltRetModApplyLogDal;
     _fltPassengerDal         = fltPassengerDal;
     _getClassNameBll         = getClassNameBll;
     _fltFlightDal            = fltFlightDal;
 }
        public GetFltSendAppMessageContentServiceBll(IFltOrderDal fltOrderDal, IFltRetModApplyDal fltRetModApplyDal,
                                                     IFltModOrderDal fltModOrderDal, IFltRefundOrderDal fltRefundOrderDal,
                                                     IFltPassengerDal fltPassengerDal, IFltFlightDal fltFlightDal, IAirPortDal airPortDal)
        {
            _fltOrderDal     = fltOrderDal;
            _fltPassengerDal = fltPassengerDal;
            _fltFlightDal    = fltFlightDal;
            _airPortDal      = airPortDal;

            _fltRetModApplyDal = fltRetModApplyDal;
            _fltModOrderDal    = fltModOrderDal;
            _fltRefundOrderDal = fltRefundOrderDal;
        }
예제 #9
0
 public CopyCorpFltDomesticOrderServiceBll(IFltOrderDal fltOrderDal, IFltFlightDal fltFlightDal,
                                           IFltPassengerDal fltPassengerDal, IFltOrderUnionDal fltOrderUnionDal, IFltOrderLogDal fltOrderLogDal,
                                           IFltTicketNoDal fltTicketNoDal, IFltCorpCostCenterDal fltCorpCostCenterDal, IFltRetModApplyDal fltRetModApplyDal)
 {
     _fltOrderDal          = fltOrderDal;
     _fltFlightDal         = fltFlightDal;
     _fltPassengerDal      = fltPassengerDal;
     _fltOrderUnionDal     = fltOrderUnionDal;
     _fltOrderLogDal       = fltOrderLogDal;
     _fltTicketNoDal       = fltTicketNoDal;
     _fltCorpCostCenterDal = fltCorpCostCenterDal;
     _fltRetModApplyDal    = fltRetModApplyDal;
 }
예제 #10
0
 public GetAuditFltRetApplyListBll(IFltRetModApplyDal fltRetModApplyDal,
                                   IGetFlightRetModApplyBll getFlightRetModApplyBll) : base()
 {
     _fltRetModApplyDal       = fltRetModApplyDal;
     _getFlightRetModApplyBll = getFlightRetModApplyBll;
 }