addNamespace("Niu.Bll.Ajax");
Niu.Bll.Ajax.Card_class = Class.create();
Object.extend(Niu.Bll.Ajax.Card_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Build: function(GameID) {
		return this.invoke("Build", {"GameID":GameID}, this.Build.getArguments().slice(1));
	},
	sp_Web_tsGoodsPriceCardinfo: function(strGoodsID) {
		return this.invoke("sp_Web_tsGoodsPriceCardinfo", {"strGoodsID":strGoodsID}, this.sp_Web_tsGoodsPriceCardinfo.getArguments().slice(1));
	},
	CardList: function(intGameID) {
		return this.invoke("CardList", {"intGameID":intGameID}, this.CardList.getArguments().slice(1));
	},
	CardList1: function(intGameID, Price) {
		return this.invoke("CardList1", {"intGameID":intGameID, "Price":Price}, this.CardList1.getArguments().slice(2));
	},
	CardList2: function(intGameID, Price) {
		return this.invoke("CardList2", {"intGameID":intGameID, "Price":Price}, this.CardList2.getArguments().slice(2));
	},
	CardDesc: function(intGameID) {
		return this.invoke("CardDesc", {"intGameID":intGameID}, this.CardDesc.getArguments().slice(1));
	},
	PinJia: function(snCompanyID) {
		return this.invoke("PinJia", {"snCompanyID":snCompanyID}, this.PinJia.getArguments().slice(1));
	},
	SumPinJia: function(snCompanyID) {
		return this.invoke("SumPinJia", {"snCompanyID":snCompanyID}, this.SumPinJia.getArguments().slice(1));
	},
	SumPinJiaAll: function(snCompanyID, snEstiType) {
		return this.invoke("SumPinJiaAll", {"snCompanyID":snCompanyID, "snEstiType":snEstiType}, this.SumPinJiaAll.getArguments().slice(2));
	},
	GoodsInfo: function(vcGoodsID) {
		return this.invoke("GoodsInfo", {"vcGoodsID":vcGoodsID}, this.GoodsInfo.getArguments().slice(1));
	},
	GetRecommededGoos: function(GamedId, CompanyId) {
		return this.invoke("GetRecommededGoos", {"GamedId":GamedId, "CompanyId":CompanyId}, this.GetRecommededGoos.getArguments().slice(2));
	},
	GetPinjiaGoos: function(CompanyId) {
		return this.invoke("GetPinjiaGoos", {"CompanyId":CompanyId}, this.GetPinjiaGoos.getArguments().slice(1));
	},
	GetPinjialist: function(CompanyId, count) {
		return this.invoke("GetPinjialist", {"CompanyId":CompanyId, "count":count}, this.GetPinjialist.getArguments().slice(2));
	},
	initialize: function() {
		this.url = '/ajaxpro/Niu.Bll.Ajax.Card,BllAjax.ashx';
	}
}));
Niu.Bll.Ajax.Card = new Niu.Bll.Ajax.Card_class();


