Exemple #1
0
 public async Task DeleteLandmarkAsync(int id)
 {
     await _landmarkRepository.DeleteLandmarkAsync(id);
 }