addNamespace("FeiYang.SaleWeb.WOW.WorldOfWarcraft_Gold");
FeiYang.SaleWeb.WOW.WorldOfWarcraft_Gold.BuyWOWGold_class = Class.create();
FeiYang.SaleWeb.WOW.WorldOfWarcraft_Gold.BuyWOWGold_class.prototype = (new AjaxPro.Request()).extend({
	GetDiscount: function(callback) {
		return this.invoke("GetDiscount", {}, callback);
	},
	WriteSession: function(str, callback) {
		return this.invoke("WriteSession", {"str":str}, callback);
	},
	ResultPrice: function(location, serverName, faction, Quantity, callback) {
		return this.invoke("ResultPrice", {"location":location, "serverName":serverName, "faction":faction, "Quantity":Quantity}, callback);
	},
	ChangeCurrency: function(oldCurrency, currency, dPrice, oldPrice, callback) {
		return this.invoke("ChangeCurrency", {"oldCurrency":oldCurrency, "currency":currency, "dPrice":dPrice, "oldPrice":oldPrice}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/FeiYang.SaleWeb.WOW.WorldOfWarcraft_Gold.BuyWOWGold,FeiYang.SaleWeb.ashx";
	}
})
FeiYang.SaleWeb.WOW.WorldOfWarcraft_Gold.BuyWOWGold = new FeiYang.SaleWeb.WOW.WorldOfWarcraft_Gold.BuyWOWGold_class();


