示例#1
0
 public void AddVisit(string id, int landmarkId)
 {
     _userRepository.AddVisit(id, landmarkId);
 }