Beispiel #1
0
 public Milk(Coffe coffe)
     : base(coffe)
 {
 }
Beispiel #2
0
 public Lime(Coffe coffe)
     : base(coffe)
 {
 }
Beispiel #3
0
 public Sugar(Coffe coffe)
     : base(coffe)
 {
 }