Esempio n. 1
0
 /// <summary>
 ///     Set the values from the given bundled product instance.
 /// </summary>
 /// <param name="bundledProduct">Bundled product instance.</param>
 public BundledProduct(BundledProduct bundledProduct)
 {
     Id               = bundledProduct.Id;
     ProductId        = bundledProduct.ProductId;
     Quantity         = bundledProduct.Quantity;
     BundledProductId = bundledProduct.BundledProductId;
     SortOrder        = bundledProduct.SortOrder;
 }
Esempio n. 2
0
 public BundledProductAdv(BundledProduct bundledProduct)
     : base(bundledProduct)
 {
 }