示例#1
0
 public int updatePatient(Patient p)
 {
     try
     {
         return(patientDao.updatePatient(p));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }