Exemplo n.º 1
0
 @Override
 public boolean delete(Integer id) throws MyDaoException {
   gDao.delete(id);
   return true;
 }