Esempio n. 1
0
 public CornSoupBuilder()
 {
     soup = new Soup("corn soup");
 }
Esempio n. 2
0
 public TomatoSoupBuilder()
 {
     soup = new Soup("tomato soup");
 }