예제 #1
0
파일: Patient.cs 프로젝트: xuebeibei/vsTest
 public bool SavePatient(CommContracts.Patient patient)
 {
     return(client.SavePatient(patient));
 }
예제 #2
0
파일: Patient.cs 프로젝트: xuebeibei/vsTest
 public bool UpdatePatient(CommContracts.Patient patient, ref string ErrorMsg)
 {
     return(client.UpdatePatient(patient, ref ErrorMsg));
 }