コード例 #1
0
 public List <HospitalCentre> DeleteHospital(int id)
 {
     return(_hospital.DeleteHospitalName(id));
 }