コード例 #1
0
 public HeadViewComponent(ICodePlugInRepository codePlugInRepository)
 {
     _codePlugInRepository = codePlugInRepository;
 }
コード例 #2
0
 public ScriptViewComponent(ICodePlugInRepository codePlugInRepository)
 {
     _codePlugInRepository = codePlugInRepository;
 }