public SearchModFlightApplication(ISearchFlightServiceBll searchFlightServiceBll, IGetCustomerCorpPolicyServiceBll getCustomerCorpPolicyServiceBll,
                                   IGetCustomerServiceBll getCustomerServiceBll) : base()
 {
     _searchFlightServiceBll          = searchFlightServiceBll;
     _getCustomerCorpPolicyServiceBll = getCustomerCorpPolicyServiceBll;
     _getCustomerServiceBll           = getCustomerServiceBll;
 }
 public SearchTrainApplication(ISearchTrainServiceBll searchTrainServiceBll,
                               IGetCustomerCorpPolicyServiceBll getCustomerCorpPolicyServiceBll,
                               IGetCustomerServiceBll getCustomerServiceBll)
 {
     _searchTrainServiceBll           = searchTrainServiceBll;
     _getCustomerCorpPolicyServiceBll = getCustomerCorpPolicyServiceBll;
     _getCustomerServiceBll           = getCustomerServiceBll;
 }
Example #3
0
 public QueryFlightModApplyApplication(
     IQueryFlightModApplyServiceBll queryFlightModApplyServiceBll,
     IGetCityForFlightServiceBll getCityForFlightServiceBll,
     IGetCustomerServiceBll getCustomerServiceBll, IGetCustomerCorpPolicyServiceBll getCustomerCorpPolicyServiceBll,
     ICheckAduitOrderServiceBll checkAduitOrderServiceBll, IGetCorpAduitOrderServiceBll getCorpAduitOrderServiceBll)
 {
     _queryFlightModApplyServiceBll   = queryFlightModApplyServiceBll;
     _getCityForFlightServiceBll      = getCityForFlightServiceBll;
     _getCustomerServiceBll           = getCustomerServiceBll;
     _getCustomerCorpPolicyServiceBll = getCustomerCorpPolicyServiceBll;
     _checkAduitOrderServiceBll       = checkAduitOrderServiceBll;
     _getCorpAduitOrderServiceBll     = getCorpAduitOrderServiceBll;
 }
 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 GetCorpPolicyReasonApplication(IGetCustomerCorpPolicyServiceBll getCustomerCorpPolicyServiceBll,
                                       IGetCustomerServiceBll getCustomerServiceBll)
 {
     _getCustomerCorpPolicyServiceBll = getCustomerCorpPolicyServiceBll;
     _getCustomerServiceBll           = getCustomerServiceBll;
 }