コード例 #1
0
 public async Task <TimedEntity <IEnumerable <Book> > > Get(string query)
 {
     return(await _elasticSearchService.SearchBooks(query));
 }