Ejemplo n.º 1
0
 public static bool ExisteByDocumento(string numerodocumento)
 {
     try
     {
         return(UsuarioFacade.ExisteByDocumento(numerodocumento));
     }
     catch (ExceptionBLL bllex)
     {
         throw new ExceptionBLL(bllex, bllex.Message);
     }
 }