maj constructeur restaurant

This commit is contained in:
trochas
2024-12-02 15:56:41 +01:00
parent 8f7e7fb0ab
commit f9bcb77443

View File

@@ -16,6 +16,8 @@ public class Restaurant {
this.stand_de_cuisson = new Stand_de_cuisson();
this.cuisinier = new Cuisinier(stand_de_cuisson);
employeB.run();
cuisinier.run();
}