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;
        }