Ejemplo n.º 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);
 }
Ejemplo n.º 2
0
 public static void updateCommune(CommuneDAO p)
 {
     CommuneDAL.updateCommune(p);
 }
Ejemplo n.º 3
0
 public static void updateCommune(CommuneDAO d)
 {
     CommuneDAL.updateCommune(d);
 }
Ejemplo n.º 4
0
 public static void updateCommune(CommuneDAO c)
 {
     CommuneDAL.updateCommune(c);
 }