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