Exemplo n.º 1
0
 public List<Subfamilia> getAllEqBy(Subfamilia area) throws DAOException {
   return dao.getAllEqBy(area);
 }