Exemplo n.º 1
0
        public string GenerateTemplate()
        {
            var templateClassVisitor = new TemplateClassVisitor();

            this.result.Steps.Accept(templateClassVisitor);
            return(templateClassVisitor.Build());
        }