if(typeof HCRS == "undefined") HCRS={};
if(typeof HCRS.Web == "undefined") HCRS.Web={};
if(typeof HCRS.Web.FITSHD == "undefined") HCRS.Web.FITSHD={};
if(typeof HCRS.Web.FITSHD.SearchResv == "undefined") HCRS.Web.FITSHD.SearchResv={};
HCRS.Web.FITSHD.SearchResv_class = function() {};
Object.extend(HCRS.Web.FITSHD.SearchResv_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSearchRecord: function(confnum1, Lastname) {
		return this.invoke("GetSearchRecord", {"confnum1":confnum1, "Lastname":Lastname}, this.GetSearchRecord.getArguments().slice(2));
	},
	ModRecord: function(guid, holdtime, mobile, confnum1, firstname1, lastname1, GuestAddressLine11, GuestPhone1, GuestEmail1, remark1) {
		return this.invoke("ModRecord", {"guid":guid, "holdtime":holdtime, "mobile":mobile, "confnum1":confnum1, "firstname1":firstname1, "lastname1":lastname1, "GuestAddressLine11":GuestAddressLine11, "GuestPhone1":GuestPhone1, "GuestEmail1":GuestEmail1, "remark1":remark1}, this.ModRecord.getArguments().slice(10));
	},
	CxlRecord: function(confnum1) {
		return this.invoke("CxlRecord", {"confnum1":confnum1}, this.CxlRecord.getArguments().slice(1));
	},
	ReSendEmail: function(guid, type) {
		return this.invoke("ReSendEmail", {"guid":guid, "type":type}, this.ReSendEmail.getArguments().slice(2));
	},
	url: '/ajaxpro/HCRS.Web.FITSHD.SearchResv,App_Web_kml8jlov.ashx'
}));
HCRS.Web.FITSHD.SearchResv = new HCRS.Web.FITSHD.SearchResv_class();

