if(typeof AjaxShoping == "undefined") AjaxShoping={};
AjaxShoping_class = function() {};
Object.extend(AjaxShoping_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddProduct: function(value) {
		return this.invoke("AddProduct", {"value":value}, this.AddProduct.getArguments().slice(1));
	},
	GetShopingInfo: function(value) {
		return this.invoke("GetShopingInfo", {"value":value}, this.GetShopingInfo.getArguments().slice(1));
	},
	ClearShopingInfo: function() {
		return this.invoke("ClearShopingInfo", {}, this.ClearShopingInfo.getArguments().slice(0));
	},
	url: '/ajaxpro/AjaxShoping,Ngcc.ashx'
}));
AjaxShoping = new AjaxShoping_class();

