Ejemplo n.º 1
0
 internal object GetDiffForPullRequest(int pullRequestId)
 {
     return(_repositoriesEndPoint.GetDiffForPullRequest(_accountName, _repository, pullRequestId));
 }