if(typeof YinXue == "undefined") YinXue={};
if(typeof YinXue.BLL == "undefined") YinXue.BLL={};
if(typeof YinXue.BLL.Book == "undefined") YinXue.BLL.Book={};
YinXue.BLL.Book_class = function() {};
Object.extend(YinXue.BLL.Book_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPargraph: function(anchor) {
		return this.invoke("GetPargraph", {"anchor":anchor}, this.GetPargraph.getArguments().slice(1));
	},
	GetSunmary: function(name) {
		return this.invoke("GetSunmary", {"name":name}, this.GetSunmary.getArguments().slice(1));
	},
	url: '/ajaxpro/YinXue.BLL.Book,YinXue.BLL.ashx'
}));
YinXue.BLL.Book = new YinXue.BLL.Book_class();

