Example #1
0
 public async Task <bool> UnWatchRepository(long repositoryId, GitHubClient authorizedGitHubClient)
 {
     return(await _repoRepository.UnWatchRepository(repositoryId, authorizedGitHubClient));
 }