if(typeof Iyond == "undefined") Iyond={};
if(typeof Iyond.Xqm == "undefined") Iyond.Xqm={};
if(typeof Iyond.Xqm.Facade == "undefined") Iyond.Xqm.Facade={};
if(typeof Iyond.Xqm.Facade.Controls == "undefined") Iyond.Xqm.Facade.Controls={};
Iyond.Xqm.Facade.Controls.ArticleCommentList_class = function() {};
Object.extend(Iyond.Xqm.Facade.Controls.ArticleCommentList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadComment: function(template, id) {
		return this.invoke("LoadComment", {"template":template, "id":id}, this.LoadComment.getArguments().slice(2));
	},
	url: '/ajaxpro/Iyond.Xqm.Facade.Controls.ArticleCommentList,Facade.ashx'
}));
Iyond.Xqm.Facade.Controls.ArticleCommentList = new Iyond.Xqm.Facade.Controls.ArticleCommentList_class();

