AnimePart_class = function() {};
Object.extend(AnimePart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetList: function(ids) {
		return this.invoke("GetList", {"ids":ids}, this.GetList.getArguments().slice(1));
	},
	url: '/ajaxpro/Comic.UIControls.AnimePartListView,Comic.UIControls.ashx'
}));
AnimePart = new AnimePart_class();

