if(typeof QDOS == "undefined") QDOS={};
QDOS_class = function() {};
Object.extend(QDOS_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddCart: function(ProductLineId, RowId, Quantity, Flag) {
		return this.invoke("AddCart", {"ProductLineId":ProductLineId, "RowId":RowId, "Quantity":Quantity, "Flag":Flag}, this.AddCart.getArguments().slice(4));
	},
	GetProduct: function() {
		return this.invoke("GetProduct", {}, this.GetProduct.getArguments().slice(0));
	},
	url: '/ajaxpro/WebUserControl,App_Web_z8jz2svj.ashx'
}));
QDOS = new QDOS_class();


