addNamespace("FeiYang.SaleWeb.GuildWars.Gold");
FeiYang.SaleWeb.GuildWars.Gold.GuildWarsGold4u_GuildWarsGoldStore_class = Class.create();
FeiYang.SaleWeb.GuildWars.Gold.GuildWarsGold4u_GuildWarsGoldStore_class.prototype = (new AjaxPro.Request()).extend({
	GetPrice: function(serverName, goldquantity, Location, callback) {
		return this.invoke("GetPrice", {"serverName":serverName, "goldquantity":goldquantity, "Location":Location}, callback);
	},
	ChangeCurrency: function(oldCurrency, currency, standPrice, promotionPrice, callback) {
		return this.invoke("ChangeCurrency", {"oldCurrency":oldCurrency, "currency":currency, "standPrice":standPrice, "promotionPrice":promotionPrice}, callback);
	},
	ChangeCurrencySingle: function(oldCurrency, currency, oldPrice, callback) {
		return this.invoke("ChangeCurrencySingle", {"oldCurrency":oldCurrency, "currency":currency, "oldPrice":oldPrice}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/FeiYang.SaleWeb.GuildWars.Gold.GuildWarsGold4u_GuildWarsGoldStore,FeiYang.SaleWeb.ashx";
	}
})
FeiYang.SaleWeb.GuildWars.Gold.GuildWarsGold4u_GuildWarsGoldStore = new FeiYang.SaleWeb.GuildWars.Gold.GuildWarsGold4u_GuildWarsGoldStore_class();

