예제 #1
0
 public ProductDetailsModelContext(ProductDetailsModelContext other)
 {
     Product            = other.Product;
     AssociatedProducts = other.AssociatedProducts;
     BatchContext       = other.BatchContext;
     VariantQuery       = other.VariantQuery;
     Customer           = other.Customer;
     Store         = other.Store;
     Currency      = other.Currency;
     DisplayPrices = other.DisplayPrices;
 }
예제 #2
0
 public ProductDetailsModelContext(ProductDetailsModelContext other)
 {
     Product            = other.Product;
     AssociatedProducts = other.AssociatedProducts;
     BundleItemDatas    = other.BundleItemDatas;
     BatchContext       = other.BatchContext;
     VariantQuery       = other.VariantQuery;
     Customer           = other.Customer;
     Store    = other.Store;
     Currency = other.Currency;
 }