예제 #1
0
 public Patient UpdatePatient(Patient patient)
 {
     try
     {
         return(patientDAO.UpdatePatient(patient));
     }
     catch (Exception)
     {
         throw;
     }
 }