예제 #1
0
 public string Render(string template, ViewInfoWapper model)
 {
     return(_generator.Render(template, model));
 }