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