Exemplo n.º 1
0
 public EntityConverter(ITemplateCollection templateCollection)
 {
     _templateCollection = templateCollection;
 }
 public ClassRenderer(ITemplateCollection templateCollection, IRendererCollection rendererCollection)
 {
     this.templateCollection = templateCollection;
     this.rendererCollection = rendererCollection;
 }
Exemplo n.º 3
0
 public RendererCollection(ITemplateCollection templateCollection)
 {
     this.templateCollection = templateCollection;
 }