Пример #1
0
 public VsoGitFileSystemProvider(IFileSystem innerFileSystem, GitHttpClientBase gitClient, string repositoryId, string repoRoot)
 {
     this.innerFileSystem = innerFileSystem;
     this.gitClient       = gitClient;
     this.repositoryId    = repositoryId;
     this.repoRoot        = repoRoot;
 }
Пример #2
0
 public PullRequestRepository(GitHttpClientBase client)
 {
     this.client = client;
 }