Exemplo n.º 1
0
 internal object GetPullRequestComment(int pullRequestId, int commentId)
 {
     return(_repositoriesEndPoint.GetPullRequestComment(_accountName, _repository, pullRequestId, commentId));
 }