Ejemplo n.º 1
0
 public static void updateCommune(CommuneViewModel p)
 {
     CommuneDAO.updateCommune(new CommuneDAO(p.idCommuneProperty, p.nomCommuneProperty, p.CodePostaleProperty, p.DepartementCommuneProperty.idDepartementProperty));
 }