Example #1
0
 public void steepTeaBag(TeaBag teaBag)
 {
     teaBag.steepTeaInCup();
 }
Example #2
0
 public void steepTeaBag(TeaBag teaBag) {
     teaBag.steepTeaInCup();
 }