コード例 #1
0
  public int getTotal() {

    InterfaceLivrosDAO idao = new LivrosDAO();
    return idao.totalDeLivros();
  }