Exemplo n.º 1
0
 public static DataTable SelectAll()
 {
     try
     {
         return(UsuarioFacade.SelectAll());
     }
     catch (ExceptionBLL bllex)
     {
         throw new ExceptionBLL(bllex, bllex.Message);
     }
 }