Example #1
0
 public static bool Existe(string NombreUsuario)
 {
     try
     {
         return(UsuarioFacade.Existe(NombreUsuario));
     }
     catch (ExceptionBLL bllex)
     {
         throw new ExceptionBLL(bllex, bllex.Message);
     }
 }