Пример #1
0
 public ExchangeBuilder WithProductInventory(GeneratableInventory productInventory)
 {
     Object.ProductInventory = productInventory;
     return(this);
 }
Пример #2
0
 public ExchangeBuilder WithInventory(GeneratableInventory inventory)
 {
     Object.Inventory = inventory;
     return(this);
 }