Commit 6c2ffacc authored by Lucas NAURY's avatar Lucas NAURY

Ajout prix constructeur

parent d577b0a3
......@@ -9,7 +9,7 @@ public class Annonce {
private int image;
// Constructeur
public Annonce(String titre, String adresse, int image) {
public Annonce(String titre, String adresse, int image, float prix) {
this.titre = titre;
this.adresse = adresse;
this.image = image;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment