Exemple #1
0
 public Vector<Usuario> pesquisar(String text) throws SQLException {
   return bd.pesquisar(text);
 }