Beispiel #1
0
 public SupplierProductBuilder ForVariant(ProductVariant variant)
 {
     variant.Add(Item);
     return(MySelf);
 }