if(typeof motorreservas == "undefined") motorreservas={};
if(typeof motorreservas.Web == "undefined") motorreservas.Web={};
if(typeof motorreservas.Web.ajax == "undefined") motorreservas.Web.ajax={};
if(typeof motorreservas.Web.ajax.AjaxReserva == "undefined") motorreservas.Web.ajax.AjaxReserva={};
motorreservas.Web.ajax.AjaxReserva_class = function() {};
Object.extend(motorreservas.Web.ajax.AjaxReserva_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	comprobarEstablecimientoParking: function(codigoEstablecimiento) {
		return this.invoke("comprobarEstablecimientoParking", {"codigoEstablecimiento":codigoEstablecimiento}, this.comprobarEstablecimientoParking.getArguments().slice(1));
	},
	comprobarEstablecimientoCampoGolf: function(codigoEstablecimiento) {
		return this.invoke("comprobarEstablecimientoCampoGolf", {"codigoEstablecimiento":codigoEstablecimiento}, this.comprobarEstablecimientoCampoGolf.getArguments().slice(1));
	},
	url: '/ajaxpro/motorreservas.Web.ajax.AjaxReserva,motorreservas.Web.ashx'
}));
motorreservas.Web.ajax.AjaxReserva = new motorreservas.Web.ajax.AjaxReserva_class();


