if(typeof Inexes == "undefined") Inexes={};
if(typeof Inexes.StudioMoneShop == "undefined") Inexes.StudioMoneShop={};
if(typeof Inexes.StudioMoneShop.Controls == "undefined") Inexes.StudioMoneShop.Controls={};
if(typeof Inexes.StudioMoneShop.Controls.CartAsync == "undefined") Inexes.StudioMoneShop.Controls.CartAsync={};
Inexes.StudioMoneShop.Controls.CartAsync_class = function() {};
Object.extend(Inexes.StudioMoneShop.Controls.CartAsync_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ActionItemToBasket: function(actionName, ajaxItemId, ajaxItemCount) {
		return this.invoke("ActionItemToBasket", {"actionName":actionName, "ajaxItemId":ajaxItemId, "ajaxItemCount":ajaxItemCount}, this.ActionItemToBasket.getArguments().slice(3));
	},
	GetShoppingCartCollection: function() {
		return this.invoke("GetShoppingCartCollection", {}, this.GetShoppingCartCollection.getArguments().slice(0));
	},
	url: '/ajaxpro/Inexes.StudioMoneShop.Controls.CartAsync,InCMS.Shop.StudioMone.ashx'
}));
Inexes.StudioMoneShop.Controls.CartAsync = new Inexes.StudioMoneShop.Controls.CartAsync_class();


