addNamespace("Shop.SaleWeb.SiteWeb.Mp3playerSale");
Shop.SaleWeb.SiteWeb.Mp3playerSale.EditCart_class = Class.create();
Shop.SaleWeb.SiteWeb.Mp3playerSale.EditCart_class.prototype = (new AjaxPro.Request()).extend({
	UpdateCart: function(productid, quantity, callback) {
		return this.invoke("UpdateCart", {"productid":productid, "quantity":quantity}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/Shop.SaleWeb.SiteWeb.Mp3playerSale.EditCart,NewShop.SaleWeb.ashx";
	}
})
Shop.SaleWeb.SiteWeb.Mp3playerSale.EditCart = new Shop.SaleWeb.SiteWeb.Mp3playerSale.EditCart_class();

