예제 #1
0
 public List<Subfamilia> getAllEqBy(Subfamilia area) throws DAOException {
   return dao.getAllEqBy(area);
 }