Example #1
0
 public async Task <List <Landmark> > GetLandmarksAsync(bool force)
 {
     return(await _landmarkRepository.GetLandmarksAsync());
 }