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