//public static void updateCommune(CommuneViewModel e)
 //{
 //    CommuneDAL.updateCommune(new CommuneDAO(e.idCommuneProperty, e.nomCommuneProperty, e.departementCommuneProperty.idDepartementProperty));
 //}
 public static void updateCommune(CommuneDAO e)
 {
     CommuneDAL.updateCommune(e);
 }
 public static void updateCommune(CommuneDAO p)
 {
     CommuneDAL.updateCommune(p);
 }
Beispiel #3
0
 public static void updateCommune(CommuneDAO d)
 {
     CommuneDAL.updateCommune(d);
 }
Beispiel #4
0
 public static void updateCommune(CommuneDAO c)
 {
     CommuneDAL.updateCommune(c);
 }