Esempio n. 1
0
 public async Task AddSavedPlaceAsync(long userId, long placeId)
 {
     await _place.AddSavedPlaceAsync(userId, placeId);
 }