Ejemplo n.º 1
0
 public void OrderFood(Waiter unServeur)
 {
     Console.WriteLine("Plat du jour,ça marche");
     unServeur.PickUP();
 }