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