Exemple #1
0
 public CancelRetModOrderServiceBll(IFltRetModApplyDal fltRetModApplyDal,
                                    IFltRetModFlightApplyDal fltRetModFlightApplyDal, IFltRetModApplyLogDal fltRetModApplyLogDal)
 {
     _fltRetModApplyDal       = fltRetModApplyDal;
     _fltRetModFlightApplyDal = fltRetModFlightApplyDal;
     _fltRetModApplyLogDal    = fltRetModApplyLogDal;
 }
 public ConfirmRetAuditPriceServiceBll(IFltRetModApplyDal fltRetModApplyDal,
                                       IFltRetModFlightApplyDal fltRetModFlightApplyDal, IFltRetModApplyLogDal fltRetModApplyLogDal)
     : base()
 {
     _fltRetModApplyDal       = fltRetModApplyDal;
     _fltRetModFlightApplyDal = fltRetModFlightApplyDal;
     _fltRetModApplyLogDal    = fltRetModApplyLogDal;
 }
 public AuditFltRetApplyBll(IFltRetModApplyDal fltRetModApplyDal,
                            IFltRetModFlightApplyDal fltRetModFlightApplyDal, IFltRetModApplyLogDal fltRetModApplyLogDal, IValidataFltOrderAuditBll validataAuditInfoBll) : base()
 {
     _fltRetModApplyDal       = fltRetModApplyDal;
     _fltRetModFlightApplyDal = fltRetModFlightApplyDal;
     _fltRetModApplyLogDal    = fltRetModApplyLogDal;
     _validataAuditInfoBll    = validataAuditInfoBll;
 }
Exemple #4
0
 /// <summary>
 /// 机票改签申请审批构造
 /// </summary>
 public RunAuditVisitor(IFltRetModApplyDal fltRetModApplyDal,
                        IFltRetModFlightApplyDal fltRetModFlightApplyDal, IFltRetModApplyLogDal fltRetModApplyLogDal, AuditFltModApplyQueryModel modApplyQuery)
 {
     _fltRetModApplyDal       = fltRetModApplyDal;
     _fltRetModFlightApplyDal = fltRetModFlightApplyDal;
     _fltRetModApplyLogDal    = fltRetModApplyLogDal;
     _modApplyQuery           = modApplyQuery;
 }
Exemple #5
0
 public AddFltRetModApplyBll(IFltRetModApplyDal fltRetModApplyDal,
                             IFltRetModFlightApplyDal fltRetModFlightApplyDal,
                             IFltRetModApplyLogDal fltRetModApplyLogDal,
                             IFltOrderDal fltOrderDal, IFltFlightDal fltFlightDal)
 {
     _fltRetModApplyDal       = fltRetModApplyDal;
     _fltRetModFlightApplyDal = fltRetModFlightApplyDal;
     _fltRetModApplyLogDal    = fltRetModApplyLogDal;
     _fltOrderDal             = fltOrderDal;
     _fltFlightDal            = fltFlightDal;
 }
Exemple #6
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;
 }