예제 #1
0
 public static string AcumaticaCustId(this ShopifyCustomer input)
 {
     return(input.HasMatch() ? input.Match().AcumaticaCustomerId : null);
 }
예제 #2
0
 public static bool HasMatch(this ShopifyCustomer input)
 {
     return(input.Match() != null);
 }