if(typeof NetFor == "undefined") NetFor={};
if(typeof NetFor.Web == "undefined") NetFor.Web={};
if(typeof NetFor.Web.ViewClass == "undefined") NetFor.Web.ViewClass={};
if(typeof NetFor.Web.ViewClass.ajaxMethod == "undefined") NetFor.Web.ViewClass.ajaxMethod={};
NetFor.Web.ViewClass.ajaxMethod_class = function() {};
Object.extend(NetFor.Web.ViewClass.ajaxMethod_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetOrderDetailInfoListByOrderID: function(orderID) {
		return this.invoke("GetOrderDetailInfoListByOrderID", {"orderID":orderID}, this.GetOrderDetailInfoListByOrderID.getArguments().slice(1));
	},
	GetNewOrderMainInfo: function(saleSiteID) {
		return this.invoke("GetNewOrderMainInfo", {"saleSiteID":saleSiteID}, this.GetNewOrderMainInfo.getArguments().slice(1));
	},
	DeleteOrderByID: function(orderID, notes) {
		return this.invoke("DeleteOrderByID", {"orderID":orderID, "notes":notes}, this.DeleteOrderByID.getArguments().slice(2));
	},
	sendOrder: function(orderID, reciveID, notes, sendAddress) {
		return this.invoke("sendOrder", {"orderID":orderID, "reciveID":reciveID, "notes":notes, "sendAddress":sendAddress}, this.sendOrder.getArguments().slice(4));
	},
	OrderBuy: function(foodID, foodName, foodPrice, foodCount) {
		return this.invoke("OrderBuy", {"foodID":foodID, "foodName":foodName, "foodPrice":foodPrice, "foodCount":foodCount}, this.OrderBuy.getArguments().slice(4));
	},
	GetUserAddressByAreaSmallID: function(clientID, areaSmallID) {
		return this.invoke("GetUserAddressByAreaSmallID", {"clientID":clientID, "areaSmallID":areaSmallID}, this.GetUserAddressByAreaSmallID.getArguments().slice(2));
	},
	CheckAccount: function(account) {
		return this.invoke("CheckAccount", {"account":account}, this.CheckAccount.getArguments().slice(1));
	},
	GetPrizeDetailListByOrderFormID: function(orderPrizeID) {
		return this.invoke("GetPrizeDetailListByOrderFormID", {"orderPrizeID":orderPrizeID}, this.GetPrizeDetailListByOrderFormID.getArguments().slice(1));
	},
	url: '/ajaxpro/NetFor.Web.ViewClass.ajaxMethod,NetFor.Web.ashx'
}));
NetFor.Web.ViewClass.ajaxMethod = new NetFor.Web.ViewClass.ajaxMethod_class();

