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