addNamespace("FeiYang.SaleWeb.WOW.WOWInstanceDungeonRun");
FeiYang.SaleWeb.WOW.WOWInstanceDungeonRun.LesSallesdeSethekk_class = Class.create();
FeiYang.SaleWeb.WOW.WOWInstanceDungeonRun.LesSallesdeSethekk_class.prototype = (new AjaxPro.Request()).extend({
	ChangeCurrency: function(oldCurrency, currency, dPrice, oldPrice, callback) {
		return this.invoke("ChangeCurrency", {"oldCurrency":oldCurrency, "currency":currency, "dPrice":dPrice, "oldPrice":oldPrice}, callback);
	},
	ResultPrice: function(instancetype, run, callback) {
		return this.invoke("ResultPrice", {"instancetype":instancetype, "run":run}, callback);
	},
	GetDiscount: function(callback) {
		return this.invoke("GetDiscount", {}, callback);
	},
	WriteSession: function(str, callback) {
		return this.invoke("WriteSession", {"str":str}, 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.WOW.WOWInstanceDungeonRun.LesSallesdeSethekk,FeiYang.SaleWeb.ashx";
	}
})
FeiYang.SaleWeb.WOW.WOWInstanceDungeonRun.LesSallesdeSethekk = new FeiYang.SaleWeb.WOW.WOWInstanceDungeonRun.LesSallesdeSethekk_class();

