addNamespace("ProductServerInterface");
ProductServerInterface_class = function() {};
Object.extend(ProductServerInterface_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProInfo: function(Page, Items) {
		return this.invoke("GetProInfo", {"Page":Page, "Items":Items}, this.GetProInfo.getArguments().slice(2));
	},
	GetKeyPrice: function(KeyName) {
		return this.invoke("GetKeyPrice", {"KeyName":KeyName}, this.GetKeyPrice.getArguments().slice(1));
	},
	GetDetailInfo: function(ID, Type) {
		return this.invoke("GetDetailInfo", {"ID":ID, "Type":Type}, this.GetDetailInfo.getArguments().slice(2));
	},
	GetProductBackrate: function(product_id, type) {
		return this.invoke("GetProductBackrate", {"product_id":product_id, "type":type}, this.GetProductBackrate.getArguments().slice(2));
	},
	url: '/ajaxpro/ProductServerInterface,App_Code.7itgfrj9.ashx'
}));
ProductServerInterface = new ProductServerInterface_class();

