public static void updateCommune(CommuneDAO p) { CommuneDAO.updateCommune(p); }
public static void updateCommune(CommuneViewModel p) { CommuneDAO.updateCommune(new CommuneDAO(p.idVilleProperty, p.nomVilleProperty, p.nomSpecialisteProperty)); }