示例#1
0
 private void OnclickDeleteCommend()
 {
     ObjPatientInfoService.Delete(PatientInfo.id);
     PatientInfo = new PatientInfoModel();
 }