예제 #1
0
 internal object GetPullRequest(int pullRequestId)
 {
     return(_repositoriesEndPoint.GetPullRequest(_accountName, _repository, pullRequestId));
 }