Example #1
0
 public Offer(IStoreInventorySystem storeInventorySystem)
 {
     this.storeInventorySystem = storeInventorySystem;
 }
Example #2
0
 public ShoppingCart(IStoreInventorySystem storeInventorySystem)
 {
     this.storeInventorySystem = storeInventorySystem;
 }