if(typeof Web9eat == "undefined") Web9eat={};
if(typeof Web9eat.Ajax == "undefined") Web9eat.Ajax={};
if(typeof Web9eat.Ajax.ShopCart == "undefined") Web9eat.Ajax.ShopCart={};
Web9eat.Ajax.ShopCart_class = function() {};
Object.extend(Web9eat.Ajax.ShopCart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Add: function(eatId, shopId) {
		return this.invoke("Add", {"eatId":eatId, "shopId":shopId}, this.Add.getArguments().slice(2));
	},
	Show: function() {
		return this.invoke("Show", {}, this.Show.getArguments().slice(0));
	},
	Remove: function(eatId) {
		return this.invoke("Remove", {"eatId":eatId}, this.Remove.getArguments().slice(1));
	},
	Up: function(eatId) {
		return this.invoke("Up", {"eatId":eatId}, this.Up.getArguments().slice(1));
	},
	Decrease: function(eatId) {
		return this.invoke("Decrease", {"eatId":eatId}, this.Decrease.getArguments().slice(1));
	},
	Clear: function() {
		return this.invoke("Clear", {}, this.Clear.getArguments().slice(0));
	},
	url: '/ajaxpro/Web9eat.Ajax.ShopCart,Ajax.ashx'
}));
Web9eat.Ajax.ShopCart = new Web9eat.Ajax.ShopCart_class();

