maj gestion travaux
This commit is contained in:
@@ -7,7 +7,16 @@ public class GestionTravaux {
|
|||||||
public ArrayList<Technicien> listeTechnicien;
|
public ArrayList<Technicien> listeTechnicien;
|
||||||
|
|
||||||
public GestionTravaux() {
|
public GestionTravaux() {
|
||||||
|
listeBatiment = new ArrayList<>();
|
||||||
|
listeTechnicien = new ArrayList<>();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void ajouterBatiment( Batiment b) {
|
||||||
|
listeBatiment.add(b);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void ajouterTechnicien( Technicien t) {
|
||||||
|
listeTechnicien.add(t);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user