Example #1
0
 public GetAuditRetModOrderListFactory(IFltRetModApplyDal fltRetModApplyDal,
                                       IGetFlightRetModApplyBll getFlightRetModApplyBll, AuditFltOrderListQueryModel query)
 {
     _fltRetModApplyDal       = fltRetModApplyDal;
     _getFlightRetModApplyBll = getFlightRetModApplyBll;
     _query = query;
 }
 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;
 }
 public QueryFlightRetApplyServiceBll(IGetFlightRetModApplyBll getFlightRetModApplyBll, IGetFlighRefundOrderBll getFlighRefundOrderBll) : base()
 {
     _getFlightRetModApplyBll = getFlightRetModApplyBll;
     _getFlighRefundOrderBll  = getFlighRefundOrderBll;
 }
 public GetAuditFltRetApplyListBll(IFltRetModApplyDal fltRetModApplyDal,
                                   IGetFlightRetModApplyBll getFlightRetModApplyBll) : base()
 {
     _fltRetModApplyDal       = fltRetModApplyDal;
     _getFlightRetModApplyBll = getFlightRetModApplyBll;
 }