Exemple #1
0
 public async Task SaveFavoriteCity(AutocompleteLight favorite)
 {
     await _cityRepository.AddCityToFavorites(favorite);
 }