예제 #1
0
 public void IncreaseVisits(int id)
 {
     _landmarkRepository.IncreaseVisits(id);
 }