示例#1
0
 public EntityConverter(ITemplateCollection templateCollection)
 {
     _templateCollection = templateCollection;
 }
 public ClassRenderer(ITemplateCollection templateCollection, IRendererCollection rendererCollection)
 {
     this.templateCollection = templateCollection;
     this.rendererCollection = rendererCollection;
 }
示例#3
0
 public RendererCollection(ITemplateCollection templateCollection)
 {
     this.templateCollection = templateCollection;
 }