addNamespace("GreenTreeSoft.WebSiteUI.zh_cn.Reservations");
GreenTreeSoft.WebSiteUI.zh_cn.Reservations.Reservations_default_class = Class.create();
GreenTreeSoft.WebSiteUI.zh_cn.Reservations.Reservations_default_class.prototype = (new AjaxPro.Request()).extend({
	returnMid: function(bigId, callback) {
		return this.invoke("returnMid", {"bigId":bigId}, callback);
	},
	returnSml: function(bigId, callback) {
		return this.invoke("returnSml", {"bigId":bigId}, callback);
	},
	returnSml_2: function(bigId, midId, callback) {
		return this.invoke("returnSml_2", {"bigId":bigId, "midId":midId}, callback);
	},
	returnMidtoZone: function(mid, callback) {
		return this.invoke("returnMidtoZone", {"mid":mid}, callback);
	},
	returnZonetosml: function(zone, callback) {
		return this.invoke("returnZonetosml", {"zone":zone}, callback);
	},
	initialize: function() {
		this.url = "/WebSiteUI/ajaxpro/GreenTreeSoft.WebSiteUI.zh_cn.Reservations.Reservations_default,GreenTreeSoft.WebSiteUI.ashx";
	}
})
GreenTreeSoft.WebSiteUI.zh_cn.Reservations.Reservations_default = new GreenTreeSoft.WebSiteUI.zh_cn.Reservations.Reservations_default_class();

