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.ArticleCommentAdd_class = function() {};
Object.extend(Iyond.Xqm.Facade.Controls.ArticleCommentAdd_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddComment: function(id, title, name, content, code, sign) {
		return this.invoke("AddComment", {"id":id, "title":title, "name":name, "content":content, "code":code, "sign":sign}, this.AddComment.getArguments().slice(6));
	},
	url: '/ajaxpro/Iyond.Xqm.Facade.Controls.ArticleCommentAdd,Facade.ashx'
}));
Iyond.Xqm.Facade.Controls.ArticleCommentAdd = new Iyond.Xqm.Facade.Controls.ArticleCommentAdd_class();

