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