if(typeof AjaxPro == "undefined") AjaxPro={};
if(typeof AjaxPro.ACHE == "undefined") AjaxPro.ACHE={};
AjaxPro.ACHE.Login_class = function() {};
Object.extend(AjaxPro.ACHE.Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	login: function(identificador, clave) {
		return this.invoke("login", {"identificador":identificador, "clave":clave}, this.login.getArguments().slice(2));
	},
	renovarClaveUsuario: function(identificador, email) {
		return this.invoke("renovarClaveUsuario", {"identificador":identificador, "email":email}, this.renovarClaveUsuario.getArguments().slice(2));
	},
	url: '/ajaxpro/AcheWeb.LoginPage,App_Web_d3rferua.ashx'
}));
AjaxPro.ACHE.Login = new AjaxPro.ACHE.Login_class();


