Example #1
0
 public Item(Article _article, int _quantity)
 {
     article  = _article;
     quantity = _quantity;
 }