if(typeof B == "undefined") B={};
if(typeof B.Shop == "undefined") B.Shop={};
if(typeof B.Shop.BLL == "undefined") B.Shop.BLL={};
if(typeof B.Shop.BLL.B_Common_class == "undefined") B.Shop.BLL.B_Common_class={};
B.Shop.BLL.B_Common_class = function() {};
Object.extend(B.Shop.BLL.B_Common_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ClearCache: function() {
		return this.invoke("ClearCache", {}, this.ClearCache.getArguments().slice(0));
	},
	updatecartajax: function(s) {
		return this.invoke("updatecartajax", {"s":s}, this.updatecartajax.getArguments().slice(1));
	},
	delcartajax: function(CartId) {
		return this.invoke("delcartajax", {"CartId":CartId}, this.delcartajax.getArguments().slice(1));
	},
	url: '/ajaxpro/B.Shop.BLL.B_Common,B.Shop.ashx'
}));
B.Shop.BLL.B_Common = new B.Shop.BLL.B_Common_class();

