if(typeof CommonAjaxCls == "undefined") CommonAjaxCls={};
CommonAjaxCls_class = function() {};
Object.extend(CommonAjaxCls_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	hasRegistered: function(strCltID) {
		return this.invoke("hasRegistered", {"strCltID":strCltID}, this.hasRegistered.getArguments().slice(1));
	},
	hasTelRegistered: function(strTeNo) {
		return this.invoke("hasTelRegistered", {"strTeNo":strTeNo}, this.hasTelRegistered.getArguments().slice(1));
	},
	getQuestByID: function(strUserID) {
		return this.invoke("getQuestByID", {"strUserID":strUserID}, this.getQuestByID.getArguments().slice(1));
	},
	getCityList: function(strProvinceID) {
		return this.invoke("getCityList", {"strProvinceID":strProvinceID}, this.getCityList.getArguments().slice(1));
	},
	delFavorite: function(strCltID, strMcdID) {
		return this.invoke("delFavorite", {"strCltID":strCltID, "strMcdID":strMcdID}, this.delFavorite.getArguments().slice(2));
	},
	CancelOrder: function(strOrderID) {
		return this.invoke("CancelOrder", {"strOrderID":strOrderID}, this.CancelOrder.getArguments().slice(1));
	},
	getCheckCode: function() {
		return this.invoke("getCheckCode", {}, this.getCheckCode.getArguments().slice(0));
	},
	delAddress: function(strID) {
		return this.invoke("delAddress", {"strID":strID}, this.delAddress.getArguments().slice(1));
	},
	setAddrFirst: function(strID) {
		return this.invoke("setAddrFirst", {"strID":strID}, this.setAddrFirst.getArguments().slice(1));
	},
	AddFavorite: function(strMcdId) {
		return this.invoke("AddFavorite", {"strMcdId":strMcdId}, this.AddFavorite.getArguments().slice(1));
	},
	GetCouponMoney: function(CouponID) {
		return this.invoke("GetCouponMoney", {"CouponID":CouponID}, this.GetCouponMoney.getArguments().slice(1));
	},
	GetIntegralMoney: function(UseInteral) {
		return this.invoke("GetIntegralMoney", {"UseInteral":UseInteral}, this.GetIntegralMoney.getArguments().slice(1));
	},
	UserLogOut: function() {
		return this.invoke("UserLogOut", {}, this.UserLogOut.getArguments().slice(0));
	},
	url: '/ajaxpro/CommonAjaxCls,App_Code.ashx'
}));
CommonAjaxCls = new CommonAjaxCls_class();

