Пример #1
0
 //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);
 }
Пример #2
0
 public static void insertCommune(CommuneDAO p)
 {
     CommuneDAL.insertCommune(p);
 }
Пример #3
0
 public static void insertCommune(CommuneDAO d)
 {
     CommuneDAL.insertCommune(d);
 }
Пример #4
0
 public static void insertCommune(CommuneDAO c)
 {
     CommuneDAL.insertCommune(c);
 }