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