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