コード例 #1
0
 public CancelRetModOrderServiceBll(IFltRetModApplyDal fltRetModApplyDal,
                                    IFltRetModFlightApplyDal fltRetModFlightApplyDal, IFltRetModApplyLogDal fltRetModApplyLogDal)
 {
     _fltRetModApplyDal       = fltRetModApplyDal;
     _fltRetModFlightApplyDal = fltRetModFlightApplyDal;
     _fltRetModApplyLogDal    = fltRetModApplyLogDal;
 }
コード例 #2
0
 public QueryFlightRetApplyListServiceBll(IFltRetModFlightApplyDal fltRetModFlightApplyDal,
                                          IFltPassengerDal fltPassengerDal, IFltFlightDal fltFlightDal)
 {
     _fltRetModFlightApplyDal = fltRetModFlightApplyDal;
     _fltPassengerDal         = fltPassengerDal;
     _fltFlightDal            = fltFlightDal;
 }
コード例 #3
0
 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;
 }