AppHarbor.Commands.RemoveConfigCommand.RemoveConfigCommand C# (CSharp) Метод

RemoveConfigCommand() публичный Метод

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