Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 76 → Rev 77

/trunk/src/org/tela_botanica/client/observation/ObservationModele.java
178,7 → 178,15
}
public void supprimerObservation(Rafraichissable r, String numeroOrdre) {
ObservationAsynchroneDAO obsDao = new ObservationAsynchroneDAO(this) ;
obsDao.supprimer(r,observationMediateur.getIdentifiant(),numeroOrdre) ;
}
 
 
/**
233,9 → 241,5
entDAO.obtenirListeEntitesGeographiques(r, observationMediateur.getIdentifiant());
 
}
 
 
 
}