Beispiel #1
0
 @Override
 public boolean deleteEntity(int idUsuario) throws Exception {
   return dataDao.deleteEntity(idUsuario);
 }