Exemple #1
0
 public static void FromTemplateFile(this GeneratorExecutionContext context, object model, string templatePath)
 {
     context.FromTemplateString(model, System.IO.File.ReadAllText(templatePath));
 }