impl de employe du buufe

This commit is contained in:
trochas
2024-11-28 11:12:28 +01:00
parent 9089916d13
commit d949e97583
4 changed files with 24 additions and 6 deletions

View File

@@ -8,7 +8,6 @@ public class Restaurant {
private Compartiment compLegume = new Compartiment();
private Compartiment compNouille = new Compartiment();
Employe_bu_buffet employeB = new Employe_bu_buffet(compPoisson,compViande,compLegume,compNouille);
Employe_du_buffet employeB = new Employe_du_buffet(compPoisson,compViande,compLegume,compNouille);
}