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

RemoveHostnameCommand() public method

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