Example #1
0
 public async Task <Subscription> WatchRepository(long repositoryId, NewSubscription subscription, GitHubClient authorizedGitHubClient)
 {
     return(await _repoRepository.WatchRepository(repositoryId, subscription, authorizedGitHubClient));
 }