public ComfireOrderApplication(IGetProjectNameServiceBll getProjectNameServiceBll, IGetCustomerServiceBll getCustomerServiceBll, IGetInsuranceCompanyServiceBll getInsuranceCompanyServiceBll, IGetCorpServiceBll getCorpServiceBll, IGetCostCenterServiceBll getCostCenterServiceBll, IGetContactAddressServiceBll getContactAddressServiceBll) { _getProjectNameServiceBll = getProjectNameServiceBll; _getCustomerServiceBll = getCustomerServiceBll; _getInsuranceCompanyServiceBll = getInsuranceCompanyServiceBll; _getCorpServiceBll = getCorpServiceBll; _getCostCenterServiceBll = getCostCenterServiceBll; _getContactAddressServiceBll = getContactAddressServiceBll; }
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; }
public GetInsuranceProductApplication(IGetInsuranceCompanyServiceBll getInsuranceCompanyServiceBll) : base() { _getInsuranceCompanyServiceBll = getInsuranceCompanyServiceBll; }