Beispiel #1
0
 public async Task <bool> RegisterWebhook(string environment, string url)
 {
     return(await _accountActivityWebhooksController.CreateAccountActivityWebhook(environment, url));
 }
Beispiel #2
0
 public Task <bool> RegisterWebhook(string environment, string url, long userId)
 {
     return(_accountActivityWebhooksController.CreateAccountActivityWebhook(environment, url));
 }