AppHarbor.GitRepositoryConfigurer.GitRepositoryConfigurer C# (CSharp) Méthode

GitRepositoryConfigurer() public méthode

public GitRepositoryConfigurer ( IFileSystem fileSystem, IGitCommand gitCommand, TextReader reader, TextWriter writer ) : System
fileSystem IFileSystem
gitCommand IGitCommand
reader System.IO.TextReader
writer System.IO.TextWriter
Résultat System
        public GitRepositoryConfigurer(IFileSystem fileSystem, IGitCommand gitCommand, TextReader reader, TextWriter writer)
        {
            _fileSystem = fileSystem;
            _gitCommand = gitCommand;
            _reader = reader;
            _writer = writer;
        }