コード例 #1
0
 public ItemCountsAggregate(ItemCount count)
 {
     Set(count.Item.DefinitionId, count.Amount);
 }
コード例 #2
0
 public ItemCountsAggregate(ItemCount count)
 {
     Set(count.Item.DefinitionId, count.Amount);
 }