Exemplo n.º 1
0
 public async Task <bool> UnStarRepository(string repositoryOwner, string repositoryName,
                                           GitHubClient authorizedGithubClient)
 {
     return(await _repoRepository.UnStarRepository(repositoryOwner, repositoryName, authorizedGithubClient));
 }