public void Handle(Inventory.Events.Deactivated @event)
 {
     BullShitDatabase.details.Remove(@event.AggregateId);
 }
Пример #2
0
 public void Handle(Inventory.Events.Deactivated @event)
 {
     BullShitDatabase.list.RemoveAll(x => x.Id == @event.AggregateId);
 }