Пример #1
0
 public bool AutenticarUsuario(string login, string pwd)
 {
     Autorizacion.Seguridad wsSeguridad = new Autorizacion.Seguridad();
     return wsSeguridad.AutenticaUser(login, pwd, System.Web.HttpContext.Current.User.Identity.Name, System.Web.HttpContext.Current.Request.UserHostAddress);
 }