예제 #1
0
 private Task HandleNewCustomerSubscription(string json)
 {
     return(_webhookHandlerService.HandleNewCustomerSubscriptionAsync(json));
 }
예제 #2
0
 private async Task HandleNewCustomerSubscription(string json)
 {
     await _webhookHandlerService.HandleNewCustomerSubscriptionAsync(json);
 }