コード例 #1
0
 public static IPublishedContent GetImage(IProductGroupComp that) => that.Value <IPublishedContent>("image");
コード例 #2
0
 public static string GetDescription(IProductGroupComp that) => that.Value <string>("description");