//public static void insertCommune(CommuneViewModel e)
 //{
 //    CommuneDAL.insertCommune(new CommuneDAO(e.idCommuneProperty, e.nomCommuneProperty, e.departementCommuneProperty.idDepartementProperty));
 //}
 public static void insertCommune(CommuneDAO e)
 {
     CommuneDAL.insertCommune(e);
 }
Esempio n. 2
0
 public static void insertCommune(CommuneDAO p)
 {
     CommuneDAL.insertCommune(p);
 }
Esempio n. 3
0
 public static void insertCommune(CommuneDAO d)
 {
     CommuneDAL.insertCommune(d);
 }
Esempio n. 4
0
 public static void insertCommune(CommuneDAO c)
 {
     CommuneDAL.insertCommune(c);
 }