Пример #1
0
 public async Task <IEnumerable <City> > ListCitiesAsync()
 {
     return(await _cityRepo.GetAllCitiesAsync());
 }