addNamespace("FeiYang.SaleWeb.worldofwarcraft_wrathofthelichking");
FeiYang.SaleWeb.worldofwarcraft_wrathofthelichking.wow_death_knight_powerleveling_class = Class.create();
FeiYang.SaleWeb.worldofwarcraft_wrathofthelichking.wow_death_knight_powerleveling_class.prototype = (new AjaxPro.Request()).extend({
	GetPrice2: function(location, intnumber, callback) {
		return this.invoke("GetPrice2", {"location":location, "intnumber":intnumber}, callback);
	},
	GetTimes: function(intnumber, callback) {
		return this.invoke("GetTimes", {"intnumber":intnumber}, callback);
	},
	resultPrice2: function(StartLevel, DesiredLevel, currency, callback) {
		return this.invoke("resultPrice2", {"StartLevel":StartLevel, "DesiredLevel":DesiredLevel, "currency":currency}, 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.worldofwarcraft_wrathofthelichking.wow_death_knight_powerleveling,FeiYang.SaleWeb.ashx";
	}
})
FeiYang.SaleWeb.worldofwarcraft_wrathofthelichking.wow_death_knight_powerleveling = new FeiYang.SaleWeb.worldofwarcraft_wrathofthelichking.wow_death_knight_powerleveling_class();


