Buy_class = function() {};
Object.extend(Buy_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FillToSession1: function(BookID, OtherProductID) {
		return this.invoke("FillToSession1", {"BookID":BookID, "OtherProductID":OtherProductID}, this.FillToSession1.getArguments().slice(2));
	},
	RemoveFromSession1: function(BookID, OtherProductID) {
		return this.invoke("RemoveFromSession1", {"BookID":BookID, "OtherProductID":OtherProductID}, this.RemoveFromSession1.getArguments().slice(2));
	},
	url: '/ajaxpro/Buy,App_Code.ashx'
}));
Buy = new Buy_class();

