Exemple #1
0
 public async Task <List <string> > GetAsync()
 {
     return(await _asyncService.SearchAsync());
 }