コード例 #1
0
 public static string DetectedNewProduct(ShopifyProduct product)
 {
     return($"Detected new {product.LogDescriptor()}");
 }
コード例 #2
0
 public static string CreatedShopifyProduct(ShopifyProduct product)
 {
     return($"Created {product.LogDescriptor()}");
 }