Пример #1
0
 public void ActivateSpot(int id)
 {
     _spotRepository.ActivateSpot(id);
     return;
 }