Example #1
0
 protected void OnInventoryItemCreated(InventoryItemCreatedEvent e)
 {
     this.Id          = e.AggregateRootId;
     this.ItemId      = e.ItemId;
     this.Description = e.Description;
 }
Example #2
0
 protected void OnInventoryItemCreated(InventoryItemCreatedEvent e)
 {
     this.Id = e.AggregateRootId;
     this.ItemId = e.ItemId;
     this.Description = e.Description;
 }