Ejemplo n.º 1
0
 public List <PatientEntity> GetAllPatients()
 {
     return(data.GetAllPatients());
 }
Ejemplo n.º 2
0
        public List <PatientModel> Get()
        {
            PatientData data = new PatientData();

            return(data.GetAllPatients());
        }