Esempio n. 1
0
 public async Task <Landmark> GetLandmarkAsync(int id)
 {
     return(await _landmarkRepository.GetLandmarkAsync(id));
 }