if(typeof Controls_Shop_OnePrice == "undefined") Controls_Shop_OnePrice={};
Controls_Shop_OnePrice_class = function() {};
Object.extend(Controls_Shop_OnePrice_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsLogin: function() {
		return this.invoke("IsLogin", {}, this.IsLogin.getArguments().slice(0));
	},
	CheckOnePrice: function(restID, PriceBeginTime, OnePriceEndTime) {
		return this.invoke("CheckOnePrice", {"restID":restID, "PriceBeginTime":PriceBeginTime, "OnePriceEndTime":OnePriceEndTime}, this.CheckOnePrice.getArguments().slice(3));
	},
	GetNickname: function() {
		return this.invoke("GetNickname", {}, this.GetNickname.getArguments().slice(0));
	},
	url: '/ajaxpro/Controls_Shop_OnePrice,App_Web_oneprice.ascx.951b82bb.ashx'
}));
Controls_Shop_OnePrice = new Controls_Shop_OnePrice_class();

