addNamespace("GreenTreeSoft.WebSiteUI.ENG.Reservation");
GreenTreeSoft.WebSiteUI.ENG.Reservation.HotelDetail_class = Class.create();
GreenTreeSoft.WebSiteUI.ENG.Reservation.HotelDetail_class.prototype = (new AjaxPro.Request()).extend({
	getHotelAdress: function(hotelcode, callback) {
		return this.invoke("getHotelAdress", {"hotelcode":hotelcode}, callback);
	},
	GetHotelPoinx: function(hotelcode, callback) {
		return this.invoke("GetHotelPoinx", {"hotelcode":hotelcode}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/GreenTreeSoft.WebSiteUI.ENG.Reservation.HotelDetail,GreenTreeSoft.WebSiteUI.ashx";
	}
})
GreenTreeSoft.WebSiteUI.ENG.Reservation.HotelDetail = new GreenTreeSoft.WebSiteUI.ENG.Reservation.HotelDetail_class();


