Exemple #1
0
 public CornSoupBuilder()
 {
     soup = new Soup("corn soup");
 }
Exemple #2
0
 public TomatoSoupBuilder()
 {
     soup = new Soup("tomato soup");
 }