private readonly ISubmitCorpAduitOrderServiceBll _submitCorpAduitOrderServiceBll;//送审服务 public ConfirmTraHoldSeatApplication(IRequestPrintTicketServiceBll requestPrintTicketServiceBll, IRequestCancelOrderServiceBll requestCancelOrderServiceBll, ISubmitCorpAduitOrderServiceBll submitCorpAduitOrderServiceBll, IGetTraOrderServiceBll getTraOrderServiceBll, ICancelTraOrderServiceBll cancelTraOrderServiceBll) { _requestPrintTicketServiceBll = requestPrintTicketServiceBll; _requestCancelOrderServiceBll = requestCancelOrderServiceBll; _submitCorpAduitOrderServiceBll = submitCorpAduitOrderServiceBll; _getTraOrderServiceBll = getTraOrderServiceBll; _cancelTraOrderServiceBll = cancelTraOrderServiceBll; }
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; }