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