if(typeof Vxun == "undefined") Vxun={};
if(typeof Vxun.BL == "undefined") Vxun.BL={};
if(typeof Vxun.BL.SYS == "undefined") Vxun.BL.SYS={};
if(typeof Vxun.BL.SYS.Vote_class == "undefined") Vxun.BL.SYS.Vote_class={};
Vxun.BL.SYS.Vote_class = function() {};
Object.extend(Vxun.BL.SYS.Vote_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SelectByID: function(id) {
		return this.invoke("SelectByID", {"id":id}, this.SelectByID.getArguments().slice(1));
	},
	SelectList: function(id) {
		return this.invoke("SelectList", {"id":id}, this.SelectList.getArguments().slice(1));
	},
	GetVoteHtml: function() {
		return this.invoke("GetVoteHtml", {}, this.GetVoteHtml.getArguments().slice(0));
	},
	UpdateVote: function(id) {
		return this.invoke("UpdateVote", {"id":id}, this.UpdateVote.getArguments().slice(1));
	},
	UpdateVoteForIndex: function(idA, idB) {
		return this.invoke("UpdateVoteForIndex", {"idA":idA, "idB":idB}, this.UpdateVoteForIndex.getArguments().slice(2));
	},
	url: '/ajaxpro/Vxun.BL.SYS.Vote,Vxun.BL.ashx'
}));
Vxun.BL.SYS.Vote = new Vxun.BL.SYS.Vote_class();

