Ejemplo n.º 1
0
 public List <Patient> getListPatient()
 {
     try
     {
         return(patientDao.getListPatient());
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }