Exemplo n.º 1
0
        private ReportBody GetBody()
        {
            var parser = new BodyParser(this.Path);

            return(parser.Get());
        }