コード例 #1
0
 public virtual void Add(ProductVariant variant)
 {
     Variants.Add(variant);
     variant.Master = this;
 }