Exemplo n.º 1
0
 public static void insertAcheteur(AcheteurViewModel p)
 {
     AcheteurDAO.insertAcheteur(new AcheteurDAO(p.id, p.id_personne, p.is_solvable));
 }
Exemplo n.º 2
0
 public static void insertAcheteur(AcheteurViewModel p)
 {
     AcheteurDAO.insertAcheteur(new AcheteurDAO(p.idAcheteurProperty, p.soldeAcheteurProperty, p.isSolvableAcheteurProperty, p.identiteAcheteurProperty, p.moyenPaiementAcheteurProperty, p.idPersonneAcheteurProperty));
 }