AppHarbor.Commands.RemoveConfigCommand.RemoveConfigCommand C# (CSharp) Méthode

RemoveConfigCommand() public méthode

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