예제 #1
0
 private string GetReportEmailPart(TextTemplate template, string placeholderValue)
 {
     return(string.Format(_templateManager.GetTemplateText(template), placeholderValue));
 }