示例#1
0
 public void AddMediclRecordToPatient(MedicalRecord medicalRecord)
 {
     try
     {
         dal.AddMediclRecordToPatient(medicalRecord);
     }
     catch (ArgumentException) { throw; }
     catch (Exception) { throw; }
 }