AppHarbor.Commands.AddHostnameCommand.AddHostnameCommand C# (CSharp) 메소드

AddHostnameCommand() 공개 메소드

public AddHostnameCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient ) : System
applicationConfiguration IApplicationConfiguration
appharborClient IAppHarborClient
리턴 System
        public AddHostnameCommand(IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient)
            : base(applicationConfiguration)
        {
            _appharborClient = appharborClient;
        }