コード例 #1
0
 internal object ListPullRequestComments(int pullRequestId)
 {
     return(_repositoriesEndPoint.ListPullRequestComments(_accountName, _repository, pullRequestId));
 }