Default_class = function() {};
Object.extend(Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendData: function(ID) {
		return this.invoke("SendData", {"ID":ID}, this.SendData.getArguments().slice(1));
	},
	SendInfo: function(ID) {
		return this.invoke("SendInfo", {"ID":ID}, this.SendInfo.getArguments().slice(1));
	},
	SendStockInfo: function(Model) {
		return this.invoke("SendStockInfo", {"Model":Model}, this.SendStockInfo.getArguments().slice(1));
	},
	GetProducts: function(ID) {
		return this.invoke("GetProducts", {"ID":ID}, this.GetProducts.getArguments().slice(1));
	},
	url: '/ajaxpro/Index,App_Web_9n83m144.ashx'
}));
Default = new Default_class();

