示例#1
0
 public static void updatePersonne(PersonneViewModel p)
 {
     PersonneDAO.updatePersonne(new PersonneDAO(p.id, p.username, p.password, p.nom, p.email, p.age));
 }
示例#2
0
 public static void updatePersonne(PersonneViewModel d)
 {
     PersonneDAO.updatePersonne(new PersonneDAO(d.idPersonneProperty, d.nomPersonneProperty, d.prenomPersonneProperty, d.identifiantPersonneProperty, d.mdpPersonneProperty, d.mailPersonneProperty, d.adminPersonneProperty));
 }
示例#3
0
 public static void updatePersonne(PersonneViewModel p)
 {
     PersonneDAO.updatePersonne(new PersonneDAO(p.idPersonneProperty, p.nomPersonneProperty, p.prenomPersonneProperty));
 }
 public static void updatePersonne(PersonneViewModel p)
 {
     PersonneDAO.updatePersonne(new PersonneDAO(p.idPersonneProperty, p.nomPersonneProperty, p.prenomPersonneProperty, p.mailPersonneProperty, p.numeroTelPersonneProperty, p.motDePassePersonneProperty, p.adressePersonneProperty, p.codePostalPersonneProperty, p.agePersonneProperty));
 }