Exemplo n.º 1
0
 public void Handle(InventoryItemRemoved @event)
 {
     _readDocumentStore.Documents["Inventory"].Remove(@event.Id);
 }
 private void Apply(InventoryItemRemoved e)
 {
     _activated = false;
 }
Exemplo n.º 3
0
 public static void OnInventoryItemRemoved(InventoryItemType type, string id, int count)
 {
     InventoryItemRemoved?.Invoke(type, id, count);
 }