Exemplo n.º 1
0
 public Template(IRequestTemplateProvider templateProvider, TemplateCollection collection)
 {
     Collection = collection;
     Provider = templateProvider;
 }
Exemplo n.º 2
0
 public TemplateManager(IRequestTemplateProvider templateProvider, TemplateCollection collection)
 {
     Collection = collection;
     Provider   = templateProvider;
 }