Example #1
0
 public GetAduitOrderApplication(IGetCorpAduitOrderServiceBll getCorpAduitOrderServiceBll,
                                 IGetCityForFlightServiceBll getCityForFlightServiceBll,
                                 IGetFltOrderBll getFltOrderBll)
 {
     _getCorpAduitOrderServiceBll = getCorpAduitOrderServiceBll;
     _getCityForFlightServiceBll  = getCityForFlightServiceBll;
     _getFltOrderBll = getFltOrderBll;
 }
 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;
 }