AppHarbor.Commands.ConfigCommand.ConfigCommand C# (CSharp) 메소드

ConfigCommand() 공개 메소드

public ConfigCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient, TextWriter writer ) : System.IO
applicationConfiguration IApplicationConfiguration
appharborClient IAppHarborClient
writer System.IO.TextWriter
리턴 System.IO
        public ConfigCommand(IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient, TextWriter writer)
            : base(applicationConfiguration)
        {
            _appharborClient = appharborClient;
            _writer = writer;
        }