if(typeof BizModules == "undefined") BizModules={};
if(typeof BizModules.UltraPhotoGallery == "undefined") BizModules.UltraPhotoGallery={};
if(typeof BizModules.UltraPhotoGallery.AjaxDotNet == "undefined") BizModules.UltraPhotoGallery.AjaxDotNet={};
BizModules.UltraPhotoGallery.AjaxDotNet_class = function() {};
Object.extend(BizModules.UltraPhotoGallery.AjaxDotNet_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddToCart: function(portalId, userId, locale, photoId, tn) {
		return this.invoke("AddToCart", {"portalId":portalId, "userId":userId, "locale":locale, "photoId":photoId, "tn":tn}, this.AddToCart.getArguments().slice(5));
	},
	RemoveItem: function(portalId, userId, locale, downloadId) {
		return this.invoke("RemoveItem", {"portalId":portalId, "userId":userId, "locale":locale, "downloadId":downloadId}, this.RemoveItem.getArguments().slice(4));
	},
	GetCart: function(portalId, userId, locale) {
		return this.invoke("GetCart", {"portalId":portalId, "userId":userId, "locale":locale}, this.GetCart.getArguments().slice(3));
	},
	url: '/ajaxpro/BizModules.UltraPhotoGallery.AjaxDotNet,BizModules.UltraPhotoGallery.ashx'
}));
BizModules.UltraPhotoGallery.AjaxDotNet = new BizModules.UltraPhotoGallery.AjaxDotNet_class();


