Exemple #1
0
 public void DeleteHospital(int id)
 {
     _hospitalRepository.DeleteHospital(id);
 }