if(typeof FJ777COM == "undefined") FJ777COM={};
if(typeof FJ777COM.Ajax == "undefined") FJ777COM.Ajax={};
if(typeof FJ777COM.Ajax.Resevation == "undefined") FJ777COM.Ajax.Resevation={};
FJ777COM.Ajax.Resevation_class = function() {};
Object.extend(FJ777COM.Ajax.Resevation_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddResevation: function(companyId, hotelId, data1, time1, d_room, d_rs, d_mome, d_name, d_tel, d_mtel) {
		return this.invoke("AddResevation", {"companyId":companyId, "hotelId":hotelId, "data1":data1, "time1":time1, "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.AddResevation.getArguments().slice(10));
	},
	HotelResevation: function(companyId, hotelId, date1, date2, time1, time2, d_room, d_rs, d_mome, d_name, d_tel, d_mtel) {
		return this.invoke("HotelResevation", {"companyId":companyId, "hotelId":hotelId, "date1":date1, "date2":date2, "time1":time1, "time2":time2, "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(12));
	},
	SetSuccess: function(id, value) {
		return this.invoke("SetSuccess", {"id":id, "value":value}, this.SetSuccess.getArguments().slice(2));
	},
	url: '/ajaxpro/FJ777COM.Ajax.Resevation,Ajax.ashx'
}));
FJ777COM.Ajax.Resevation = new FJ777COM.Ajax.Resevation_class();

