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