Exemplo n.º 1
0
 public IQueryable <Landmark> GetUserVisitedLandmarks(string id)
 {
     return(_landmarkRepository.GetUserVisitedLandmarks(id));
 }