Пример #1
0
 public async Task <bool> StarRepository(string repositoryOwner, string repositoryName,
                                         GitHubClient authorizedGithubClient)
 {
     return(await _repoRepository.StarRepository(repositoryOwner, repositoryName, authorizedGithubClient));
 }