Ejemplo n.º 1
0
 public IInventory Refill(IEnumerable <IItemInventory> items)
 {
     inventory = inventory.Refill(items);
     return(this);
 }