Ejemplo n.º 1
0
 public async Task <IEnumerable <ToolIndexContent> > QueryTools(QueryParams query, CancellationToken cancellationToken)
 {
     return(await _searchIndex.QueryToolIndex(query, cancellationToken));
 }