Ejemplo n.º 1
0
 public GetAduitOrderApplication(IGetCorpAduitOrderServiceBll getCorpAduitOrderServiceBll,
                                 IGetCityForFlightServiceBll getCityForFlightServiceBll,
                                 IGetFltOrderBll getFltOrderBll)
 {
     _getCorpAduitOrderServiceBll = getCorpAduitOrderServiceBll;
     _getCityForFlightServiceBll  = getCityForFlightServiceBll;
     _getFltOrderBll = getFltOrderBll;
 }
Ejemplo n.º 2
0
 public GetTraOrderDetailApplication(IGetTraOrderDetailServiceBll getTraOrderDetailServiceBll,
                                     IGetCustomerServiceBll getCustomerServiceBll, ICheckAduitOrderServiceBll checkAduitOrderServiceBll, IGetCorpAduitOrderServiceBll getCorpAduitOrderServiceBll)
 {
     _getTraOrderDetailServiceBll = getTraOrderDetailServiceBll;
     _getCustomerServiceBll       = getCustomerServiceBll;
     _checkAduitOrderServiceBll   = checkAduitOrderServiceBll;
     _getCorpAduitOrderServiceBll = getCorpAduitOrderServiceBll;
 }
 public QueryFlightRetApplyListApplication(IQueryFlightRetApplyListServiceBll queryFlightRetApplyListServiceBll,
                                           IGetCityForFlightServiceBll getCityForFlightServiceBll, IGetCustomerServiceBll getCustomerServiceBll,
                                           IGetCorpAduitOrderServiceBll getCorpAduitOrderServiceBll)
 {
     _queryFlightRetApplyListServiceBll = queryFlightRetApplyListServiceBll;
     _getCityForFlightServiceBll        = getCityForFlightServiceBll;
     _getCustomerServiceBll             = getCustomerServiceBll;
     _getCorpAduitOrderServiceBll       = getCorpAduitOrderServiceBll;
 }
Ejemplo n.º 4
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;
 }
Ejemplo n.º 5
0
 public QueryFlightDomesticOrderApplication(
     IQueryFlightOrderServiceBll queryFlightOrderServiceBll,
     IGetCityForFlightServiceBll getCityForFlightServiceBll,
     IGetCustomerServiceBll getCustomerServiceBll, IGetInsuranceCompanyServiceBll getInsuranceCompanyServiceBll,
     IGetProjectNameServiceBll getProjectNameServiceBll, ICheckAduitOrderServiceBll checkAduitOrderServiceBll, IGetCorpAduitOrderServiceBll getCorpAduitOrderServiceBll)
 {
     _queryFlightOrderServiceBll    = queryFlightOrderServiceBll;
     _getCityForFlightServiceBll    = getCityForFlightServiceBll;
     _getCustomerServiceBll         = getCustomerServiceBll;
     _getInsuranceCompanyServiceBll = getInsuranceCompanyServiceBll;
     _getProjectNameServiceBll      = getProjectNameServiceBll;
     _checkAduitOrderServiceBll     = checkAduitOrderServiceBll;
     _getCorpAduitOrderServiceBll   = getCorpAduitOrderServiceBll;
 }
Ejemplo n.º 6
0
 public CancelFltOrderApplication(ICancelFltOrderServiceBll cancelFltOrderServiceBll,
                                  IGetCorpAduitOrderServiceBll getCorpAduitOrderServiceBll)
 {
     _cancelFltOrderServiceBll    = cancelFltOrderServiceBll;
     _getCorpAduitOrderServiceBll = getCorpAduitOrderServiceBll;
 }