Beispiel #1
0
        public ARTICLES ReadDocument()
        {
            var      element  = reader.ReadDocument().GetElements().FirstOrDefault();
            ARTICLES articles = reader.XElements2Object <ARTICLES>(element);

            return(articles);
        }