예제 #1
0
 private IndexerResource GetIndexer(int id)
 {
     return(_indexerService.Get(id).InjectTo <IndexerResource>());
 }