예제 #1
0
 //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);
 }
예제 #2
0
 public static void updateCommune(CommuneDAO p)
 {
     CommuneDAL.updateCommune(p);
 }
예제 #3
0
 public static void updateCommune(CommuneDAO d)
 {
     CommuneDAL.updateCommune(d);
 }
예제 #4
0
 public static void updateCommune(CommuneDAO c)
 {
     CommuneDAL.updateCommune(c);
 }