Exemplo n.º 1
0
 public string GetDetails()
 {
     return(coffee.GetDetails() + " + Whipp");
 }
Exemplo n.º 2
0
 public string GetDetails()
 {
     return(beverage.GetDetails() + " + Milk");
 }
Exemplo n.º 3
0
 public string GetDetails()
 {
     return(coffee.GetDetails() + " + Sugar");
 }