if(typeof QDOSCATALOG == "undefined") QDOSCATALOG={};
QDOSCATALOG_class = function() {};
Object.extend(QDOSCATALOG_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddCartCatalog: function(ProductLineId, RowId, Quantity) {
		return this.invoke("AddCartCatalog", {"ProductLineId":ProductLineId, "RowId":RowId, "Quantity":Quantity}, this.AddCartCatalog.getArguments().slice(3));
	},
	GetProductCatalog: function() {
		return this.invoke("GetProductCatalog", {}, this.GetProductCatalog.getArguments().slice(0));
	},
	url: '/ajaxpro/Qdos.ProductCatalog,App_Web_8ngw8s-4.ashx'
}));
QDOSCATALOG = new QDOSCATALOG_class();


