public static CommuneDAO getCommune(int idCommune) { CommuneDAO p = CommuneDAL.getCommune(idCommune); return(p); }
public static ObservableCollection <CommuneDAO> listeCommunes() { ObservableCollection <CommuneDAO> l = CommuneDAL.selectCommunes(); return(l); }