Ejemplo n.º 1
0
 public int newPatient(Patients pInfo)
 {
     return(dbTool.insertNewPatient(pInfo));
 }