if(typeof Service_Handbook == "undefined") Service_Handbook={};
Service_Handbook_class = function() {};
Object.extend(Service_Handbook_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetClass: function() {
		return this.invoke("GetClass", {}, this.GetClass.getArguments().slice(0));
	},
	GetHandBook: function(PageIndex, PageSize, ClassId, key) {
		return this.invoke("GetHandBook", {"PageIndex":PageIndex, "PageSize":PageSize, "ClassId":ClassId, "key":key}, this.GetHandBook.getArguments().slice(4));
	},
	GetInfo: function(id) {
		return this.invoke("GetInfo", {"id":id}, this.GetInfo.getArguments().slice(1));
	},
	url: '/ajaxpro/Service_Handbook,App_Web_handbook.aspx.9850c2fb.ashx'
}));
Service_Handbook = new Service_Handbook_class();

