Esempio n. 1
0
 public void DeleteDestination(int id)
 {
     _destRepo.DeleteDestination(id);
 }