Пример #1
0
        public ListCommand(TaskArgsConverter converter, TextWriter textWriter,
            IClient client, ITaskFormatterFactory factory)
        {
            Description = "Displays list of all tasks or single task, specified by ID.";
            this.converter = converter;
            this.textWriter = textWriter;

            this.client = client;
            this.factory = factory;
        }
Пример #2
0
        public ListCommand(TaskArgsConverter converter, TextWriter textWriter,
                           IClient client, ITaskFormatterFactory factory)
        {
            Description     = "Displays list of all tasks or single task, specified by ID.";
            this.converter  = converter;
            this.textWriter = textWriter;

            this.client  = client;
            this.factory = factory;
        }