addNamespace("SHOP.WebUI_CN.AjaxMethod");
SHOP.WebUI_CN.AjaxMethod.ProductCategorie_class = Class.create();
Object.extend(SHOP.WebUI_CN.AjaxMethod.ProductCategorie_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetBookByPc_id: function(pc_id) {
		return this.invoke("GetBookByPc_id", {"pc_id":pc_id}, this.GetBookByPc_id.getArguments().slice(1));
	},
	GetProClass: function() {
		return this.invoke("GetProClass", {}, this.GetProClass.getArguments().slice(0));
	},
	initialize: function() {
		this.url = '/shop/ajaxpro/SHOP.WebUI_CN.AjaxMethod.ProductCategorie,SHOP.WebUI_CN.ashx';
	}
}));
SHOP.WebUI_CN.AjaxMethod.ProductCategorie = new SHOP.WebUI_CN.AjaxMethod.ProductCategorie_class();

