Exemple #1
0
 public void InactivateSpot(int id)
 {
     _spotRepository.InactivateSpot(id);
     return;
 }