if(typeof WorksUnit == "undefined") WorksUnit={};
if(typeof WorksUnit.Faststream == "undefined") WorksUnit.Faststream={};
if(typeof WorksUnit.Faststream.InternalRecruitment == "undefined") WorksUnit.Faststream.InternalRecruitment={};
if(typeof WorksUnit.Faststream.InternalRecruitment.Website == "undefined") WorksUnit.Faststream.InternalRecruitment.Website={};
if(typeof WorksUnit.Faststream.InternalRecruitment.Website.Controls == "undefined") WorksUnit.Faststream.InternalRecruitment.Website.Controls={};
WorksUnit.Faststream.InternalRecruitment.Website.Controls.Comments_class = function() {};
Object.extend(WorksUnit.Faststream.InternalRecruitment.Website.Controls.Comments_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RemoveComment: function(Id) {
		return this.invoke("RemoveComment", {"Id":Id}, this.RemoveComment.getArguments().slice(1));
	},
	AddComment: function(comment, Id, email, name) {
		return this.invoke("AddComment", {"comment":comment, "Id":Id, "email":email, "name":name}, this.AddComment.getArguments().slice(4));
	},
	ApproveComment: function(Id) {
		return this.invoke("ApproveComment", {"Id":Id}, this.ApproveComment.getArguments().slice(1));
	},
	DenyComment: function(Id) {
		return this.invoke("DenyComment", {"Id":Id}, this.DenyComment.getArguments().slice(1));
	},
	url: '/ajaxpro/WorksUnit.Faststream.InternalRecruitment.Website.Controls.Comments,Website.ashx'
}));
WorksUnit.Faststream.InternalRecruitment.Website.Controls.Comments = new WorksUnit.Faststream.InternalRecruitment.Website.Controls.Comments_class();

