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

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

public UserCommand ( IAppHarborClient appharborClient, TextWriter writer ) : System.IO
appharborClient IAppHarborClient
writer System.IO.TextWriter
Результат System.IO
        public UserCommand(IAppHarborClient appharborClient, TextWriter writer)
        {
            _appharborClient = appharborClient;
            _writer = writer;
        }