Пример #1
0
 public ProductQuantity(Product Product, int Quantity, decimal Cost, Supply Supply)
     : this(Product, Quantity, Cost)
 {
     this.Supply = Supply;;
 }