Ejemplo n.º 1
0
 public async Task AddLandmarkAsync(Landmark landmark)
 {
     await _landmarkRepository.AddLandmarkAsync(landmark);
 }