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