Example #1
0
 public async Task <IEnumerable <string> > Tags() => await _queryService.GetIndexerTags();
Example #2
0
 public async Task <IList <string> > GetIndexerTags()
 => await _queryService.GetIndexerTags();