Exemplo n.º 1
0
 public override string GetDescription()
 {
     return(_beverage.GetDescription() + ", Steamed Milk");
 }
Exemplo n.º 2
0
 public override String GetDescription()
 {
     return(_beverage.GetDescription() + ", Mocha");
 }
Exemplo n.º 3
0
 public override string GetDescription()
 {
     return(_beverage.GetDescription() + ", Whip");
 }