Exemplo n.º 1
0
 public bool SavePatient(CommContracts.Patient patient)
 {
     return(client.SavePatient(patient));
 }
Exemplo n.º 2
0
 public bool UpdatePatient(CommContracts.Patient patient, ref string ErrorMsg)
 {
     return(client.UpdatePatient(patient, ref ErrorMsg));
 }