if(typeof TemplateControle == "undefined") TemplateControle={};
if(typeof TemplateControle.BuscaAjax_class == "undefined") TemplateControle.BuscaAjax_class={};
TemplateControle.BuscaAjax_class = function() {};
Object.extend(TemplateControle.BuscaAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	retornarNegocio: function() {
		return this.invoke("retornarNegocio", {}, this.retornarNegocio.getArguments().slice(0));
	},
	retornarUf: function(negocio) {
		return this.invoke("retornarUf", {"negocio":negocio}, this.retornarUf.getArguments().slice(1));
	},
	retornarCidade: function(negocio, uf) {
		return this.invoke("retornarCidade", {"negocio":negocio, "uf":uf}, this.retornarCidade.getArguments().slice(2));
	},
	retornarBairro: function(negocio, uf, idCidade) {
		return this.invoke("retornarBairro", {"negocio":negocio, "uf":uf, "idCidade":idCidade}, this.retornarBairro.getArguments().slice(3));
	},
	retornarTipo: function(negocio, uf, idCidade, idBairro) {
		return this.invoke("retornarTipo", {"negocio":negocio, "uf":uf, "idCidade":idCidade, "idBairro":idBairro}, this.retornarTipo.getArguments().slice(4));
	},
	retornarQuarto: function(negocio, uf, idCidade, idBairro, idTipo) {
		return this.invoke("retornarQuarto", {"negocio":negocio, "uf":uf, "idCidade":idCidade, "idBairro":idBairro, "idTipo":idTipo}, this.retornarQuarto.getArguments().slice(5));
	},
	url: '/ajaxpro/TemplateControle.BuscaAjax,TemplateControle.ashx'
}));
TemplateControle.BuscaAjax = new TemplateControle.BuscaAjax_class();


