Ejemplo n.º 1
0
  @Override
  public List<Role> findAll() {

    return IRoleDAO.findAll();
  }