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