コード例 #1
0
 public IndexerController(IndexerFactory indexerFactory, IndexerResourceMapper resourceMapper)
     : base(indexerFactory, "indexer", resourceMapper)
 {
 }
コード例 #2
0
 public IndexerEditorController(IIndexerFactory indexerService, IManageCommandQueue commandQueueManager, IndexerResourceMapper resourceMapper)
 {
     _indexerService      = indexerService;
     _commandQueueManager = commandQueueManager;
     _resourceMapper      = resourceMapper;
 }