Exemplo n.º 1
0
 public ShopDirector(IShopBuilder shopBuilder)
 {
     this.shopBuilderCompany = shopBuilder;
 }
Exemplo n.º 2
0
 public ShopDirector(IShopBuilder shopbuilder)
 {
     this.shopbuilder = shopbuilder;
 }
Exemplo n.º 3
0
 public SupplieCreator(IShopBuilder shopBuilder)
 {
     _shopBuilder = shopBuilder;
 }