if(typeof AtOneWeb == "undefined") AtOneWeb={};
if(typeof AtOneWeb.ATBusiness == "undefined") AtOneWeb.ATBusiness={};
if(typeof AtOneWeb.ATBusiness.ATBControls == "undefined") AtOneWeb.ATBusiness.ATBControls={};
if(typeof AtOneWeb.ATBusiness.ATBControls.BMod_Hotcmt_Food == "undefined") AtOneWeb.ATBusiness.ATBControls.BMod_Hotcmt_Food={};
AtOneWeb.ATBusiness.ATBControls.BMod_Hotcmt_Food_class = function() {};
Object.extend(AtOneWeb.ATBusiness.ATBControls.BMod_Hotcmt_Food_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddHotCmt: function(elogId, sevice, conditions, costPerfor, taste, typePara, strCost, content) {
		return this.invoke("AddHotCmt", {"elogId":elogId, "sevice":sevice, "conditions":conditions, "costPerfor":costPerfor, "taste":taste, "typePara":typePara, "strCost":strCost, "content":content}, this.AddHotCmt.getArguments().slice(8));
	},
	CheckRegLogin: function(userName, userPWD) {
		return this.invoke("CheckRegLogin", {"userName":userName, "userPWD":userPWD}, this.CheckRegLogin.getArguments().slice(2));
	},
	UpdateVote: function(hotcmtId, intIsUse) {
		return this.invoke("UpdateVote", {"hotcmtId":hotcmtId, "intIsUse":intIsUse}, this.UpdateVote.getArguments().slice(2));
	},
	url: '/ajaxpro/AtOneWeb.ATBusiness.ATBControls.BMod_Hotcmt_Food,App_Web_uv-uvatz.ashx'
}));
AtOneWeb.ATBusiness.ATBControls.BMod_Hotcmt_Food = new AtOneWeb.ATBusiness.ATBControls.BMod_Hotcmt_Food_class();

