コード例 #1
0
 public static IProductSnapshot AsVendrProduct(this IProductComp content)
 {
     return(VendrApi.Instance.GetProduct(content.GetProductReference()));
 }
コード例 #2
0
 public static IProductSnapshot AsVendrProduct(this IProductComp variant, IProductComp parent)
 {
     return(VendrApi.Instance.GetProduct(parent.GetProductReference(), variant.GetProductReference(), Thread.CurrentThread.CurrentCulture.Name));
 }