コード例 #1
0
ファイル: HospitalService.cs プロジェクト: Adedave/MedicApp
 public void DeleteHospital(int id)
 {
     _hospitalRepository.DeleteHospital(id);
 }