Example #1
0
 public Task <PullRequest> GetPullRequestAsync(string pullRequestUri)
 {
     return(_gitClient.GetPullRequestAsync(pullRequestUri));
 }
Example #2
0
 public Task <PullRequest> GetPullRequestAsync(string pullRequestUri)
 {
     CheckForValidGitClient();
     return(_gitClient.GetPullRequestAsync(pullRequestUri));
 }