Example #1
0
 public void RemoveItems(int Amount)
 {
     Changes += new Events.ItemsRemoved { StockItemId = Id, Amount = Amount };
 }
Example #2
0
 public void RemoveItems(int Amount)
 {
     Changes += new Events.ItemsRemoved {
         StockItemId = Id, Amount = Amount
     };
 }