if(typeof UCI == "undefined") UCI={};
if(typeof UCI.Comun == "undefined") UCI.Comun={};
if(typeof UCI.Comun.Negocio == "undefined") UCI.Comun.Negocio={};
if(typeof UCI.Comun.Negocio.FuncionesAjax == "undefined") UCI.Comun.Negocio.FuncionesAjax={};
UCI.Comun.Negocio.FuncionesAjax_class = function() {};
Object.extend(UCI.Comun.Negocio.FuncionesAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	setSession: function(key, texto) {
		return this.invoke("setSession", {"key":key, "texto":texto}, this.setSession.getArguments().slice(2));
	},
	getSession: function(key) {
		return this.invoke("getSession", {"key":key}, this.getSession.getArguments().slice(1));
	},
	url: '/ajaxpro/(X(1)S(xfkofwugaerdgd55m2h2rrbb))/UCI.Comun.Negocio.FuncionesAjax,UCI.Comun.Negocio.ashx'
}));
UCI.Comun.Negocio.FuncionesAjax = new UCI.Comun.Negocio.FuncionesAjax_class();

