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