public EntityConverter(ITemplateCollection templateCollection) { _templateCollection = templateCollection; }
public ClassRenderer(ITemplateCollection templateCollection, IRendererCollection rendererCollection) { this.templateCollection = templateCollection; this.rendererCollection = rendererCollection; }
public RendererCollection(ITemplateCollection templateCollection) { this.templateCollection = templateCollection; }