Beispiel #1
0
 public async Task <City> GetCityByIdAsync(int id)
 {
     return(await _cityRepo.GetCityByIdAsync(id));
 }