コード例 #1
0
 public GitRemoteRepositoryContextFactory(RemoteRepoArgs args)
 {
     this.args = args;
 }
コード例 #2
0
 public GitRemoteRepositoryContextFactory(RemoteRepoArgs args)
 {
     this.args = args;
 }
コード例 #3
0
 public GitRemoteRepositoryContextFactory(RemoteRepoArgs args, IFileSystem fileSystem)
 {
     this.args = args;
     this.fileSystem = fileSystem;
 }