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