Пример #1
0
 public ItemCountsAggregate(ItemCount count)
 {
     Set(count.Item.DefinitionId, count.Amount);
 }
Пример #2
0
 public ItemCountsAggregate(ItemCount count)
 {
     Set(count.Item.DefinitionId, count.Amount);
 }