if(typeof tsn == "undefined") tsn={};
if(typeof tsn.se == "undefined") tsn.se={};
if(typeof tsn.se.OrderCommand == "undefined") tsn.se.OrderCommand={};
tsn.se.OrderCommand_class = function() {};
Object.extend(tsn.se.OrderCommand_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SaveOrderTemp: function(iTextBlockID, session, iAmount) {
		return this.invoke("SaveOrderTemp", {"iTextBlockID":iTextBlockID, "session":session, "iAmount":iAmount}, this.SaveOrderTemp.getArguments().slice(3));
	},
	GetSession: function() {
		return this.invoke("GetSession", {}, this.GetSession.getArguments().slice(0));
	},
	OrdersChosen: function() {
		return this.invoke("OrdersChosen", {}, this.OrdersChosen.getArguments().slice(0));
	},
	OrdersClear: function() {
		return this.invoke("OrdersClear", {}, this.OrdersClear.getArguments().slice(0));
	},
	OrderCheck: function() {
		return this.invoke("OrderCheck", {}, this.OrderCheck.getArguments().slice(0));
	},
	url: '/ajaxpro/tsn.se.OrderCommand,tsn.se.ashx'
}));
tsn.se.OrderCommand = new tsn.se.OrderCommand_class();

