Beispiel #1
0
 public async Task <IEnumerable <City> > Search([FromRoute] string query)
 {
     return(await citiesRepository.FindAsync(query));
 }