Exemplo n.º 1
0
 // Override
 public bool SubmitDrink(Drink completedDrink)
 {
     return(completedDrink.Equals(drinkWanted));
 }