Ejemplo n.º 1
0
        //



        public bool WriteArticle(string title, string text, List <AttachmentStream> attachments, CancellationToken ct)
        {
            return(board.WriteArticle(title, text, attachments, ct));
        }