AppHarbor.Commands.RemoveConfigCommand.RemoveConfigCommand C# (CSharp) Method

RemoveConfigCommand() public method

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