コード例 #1
0
 protected void OnShopItemCreated(ShopItemCreatedEvent e)
 {
     this.Id          = e.AggregateRootId;
     this.ItemId      = e.ItemId;
     this.Description = e.Description;
 }
コード例 #2
0
ファイル: ShopItem.cs プロジェクト: decarufe/SimpleCQRS-1
 protected void OnShopItemCreated(ShopItemCreatedEvent e)
 {
     this.Id = e.AggregateRootId;
     this.ItemId = e.ItemId;
     this.Description = e.Description;
 }