public ItemCountsAggregate(ItemCount count)
 {
     Set(count.Item.DefinitionId, count.Amount);
 }
示例#2
0
 public ItemCountsAggregate(ItemCount count)
 {
     Set(count.Item.DefinitionId, count.Amount);
 }