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