Пример #1
0
 public async Task <IssueComment> CreateComment(long repositoryId, int issueNumber, string newComment, GitHubClient authorizedGitHubClient)
 {
     return(await _issueRepository.CreateComment(repositoryId, issueNumber, newComment, authorizedGitHubClient));
 }