예제 #1
0
        public string GetCustomerDeliveryCountry()
        {
            string text = this.CurrentAppli.Scene.SceneGetKeywordInfo("@Base.LivraisonPays(" + supplierID + ")");
            string SupplierCountryTwoLetterISOName = CountryTable.GetTwoLetterISO(text);

            return(this.ReleaseChar(SupplierCountryTwoLetterISOName));
        }
예제 #2
0
        public string GetRetailerCountry()
        {
            string text = (this.CurrentAppli.Scene.SceneGetKeywordInfo("@Base.SitePays(" + supplierID + ")"));
            string SupplierCountryTwoLetterISOName = CountryTable.GetTwoLetterISO(text);

            return(this.ReleaseChar(SupplierCountryTwoLetterISOName));
        }