Esempio n. 1
0
 public ItemCountsAggregate(ItemCount count)
 {
     Set(count.Item.DefinitionId, count.Amount);
 }
Esempio n. 2
0
 public ItemCountsAggregate(ItemCount count)
 {
     Set(count.Item.DefinitionId, count.Amount);
 }