public VsoGitFileSystemProvider(IFileSystem innerFileSystem, GitHttpClientBase gitClient, string repositoryId, string repoRoot) { this.innerFileSystem = innerFileSystem; this.gitClient = gitClient; this.repositoryId = repositoryId; this.repoRoot = repoRoot; }
public PullRequestRepository(GitHttpClientBase client) { this.client = client; }