Exemple #1
0
 public int updatePatient(Patients pInfo, int PatientID)
 {
     return(dbTool.updatePatient(pInfo, PatientID));
 }