Beispiel #1
0
 public Tomato(Food meal)
 {
     description = "Tomato";
     this.meal = meal;
 }
Beispiel #2
0
 public Egg(Food meal)
 {
     description = "Egg";
     this.meal = meal;
 }