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

AddConfigCommand() 공개 메소드

public AddConfigCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient )
applicationConfiguration IApplicationConfiguration
appharborClient IAppHarborClient
        public AddConfigCommand(IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient)
            : base(applicationConfiguration)
        {
            _appharborClient = appharborClient;
        }