Exemplo n.º 1
0
        public string Transform(long id, IDictionary <string, string> placeholderValues)
        {
            string templateContent = GetTemplateContent(id);

            return(mTemplateProcessor.TransformToText(templateContent, placeholderValues));
        }