addNamespace("LanYu.Org.BLL");
LanYu.Org.BLL.ShopCartAjax_class = function() {};
Object.extend(LanYu.Org.BLL.ShopCartAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PutCart: function(ware_id) {
		return this.invoke("PutCart", {"ware_id":ware_id}, this.PutCart.getArguments().slice(1));
	},
	url: '/ajaxpro/LanYu.Org.BLL.ShopCartAjax,BLL.ashx'
}));
LanYu.Org.BLL.ShopCartAjax = new LanYu.Org.BLL.ShopCartAjax_class();

