if(typeof WebAspx == "undefined") WebAspx={};
if(typeof WebAspx.Ajax == "undefined") WebAspx.Ajax={};
if(typeof WebAspx.Ajax.Resevation == "undefined") WebAspx.Ajax.Resevation={};
WebAspx.Ajax.Resevation_class = function() {};
Object.extend(WebAspx.Ajax.Resevation_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	HotelResevation: function(companyId, hotelId, date1, date2, time, d_room, d_rs, d_mome, d_name, d_tel, d_mtel) {
		return this.invoke("HotelResevation", {"companyId":companyId, "hotelId":hotelId, "date1":date1, "date2":date2, "time":time, "d_room":d_room, "d_rs":d_rs, "d_mome":d_mome, "d_name":d_name, "d_tel":d_tel, "d_mtel":d_mtel}, this.HotelResevation.getArguments().slice(11));
	},
	SetSuccess: function(id, value) {
		return this.invoke("SetSuccess", {"id":id, "value":value}, this.SetSuccess.getArguments().slice(2));
	},
	IsReesevation: function(id, rad, room, time, memo) {
		return this.invoke("IsReesevation", {"id":id, "rad":rad, "room":room, "time":time, "memo":memo}, this.IsReesevation.getArguments().slice(5));
	},
	url: '/ajaxpro/WebAspx.Ajax.Resevation,Ajax.ashx'
}));
WebAspx.Ajax.Resevation = new WebAspx.Ajax.Resevation_class();

