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