if(typeof EClub == "undefined") EClub={};
if(typeof EClub.BLL == "undefined") EClub.BLL={};
if(typeof EClub.BLL.NEIGHBOR_COMMEND == "undefined") EClub.BLL.NEIGHBOR_COMMEND={};
EClub.BLL.NEIGHBOR_COMMEND_class = function() {};
Object.extend(EClub.BLL.NEIGHBOR_COMMEND_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddNeighbor_commend: function(member_id, message, rec_type, rec_id) {
		return this.invoke("AddNeighbor_commend", {"member_id":member_id, "message":message, "rec_type":rec_type, "rec_id":rec_id}, this.AddNeighbor_commend.getArguments().slice(4));
	},
	CommandCount: function(rec_type, rec_id) {
		return this.invoke("CommandCount", {"rec_type":rec_type, "rec_id":rec_id}, this.CommandCount.getArguments().slice(2));
	},
	CreateDiv: function(member_id, rec_type, rec_id, url) {
		return this.invoke("CreateDiv", {"member_id":member_id, "rec_type":rec_type, "rec_id":rec_id, "url":url}, this.CreateDiv.getArguments().slice(4));
	},
	DeleteCommand: function(member_id, rec_id, rec_type) {
		return this.invoke("DeleteCommand", {"member_id":member_id, "rec_id":rec_id, "rec_type":rec_type}, this.DeleteCommand.getArguments().slice(3));
	},
	url: '/ajaxpro/EClub.BLL.NEIGHBOR_COMMEND,EClub.BLL.ashx'
}));
EClub.BLL.NEIGHBOR_COMMEND = new EClub.BLL.NEIGHBOR_COMMEND_class();

