Ejemplo n.º 1
0
 public bool DeletePatient(int id)
 {
     try
     {
         return(patientDAO.DeletePatient(id));
     }
     catch (Exception)
     {
         throw;
     }
 }