Example #1
0
 internal ItemBunch(ItemBunchDto bunchDto, TypeRepository types)
 {
     Type  = types.GetItemType(bunchDto.TypeId);
     Count = bunchDto.Count;
 }