コード例 #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));
 }