コード例 #1
0
 public async Task <ActionResult <IEnumerable <T> > > Get()
 {
     return(await _searchService.GetAll());
 }