Exemple #1
0
        public IQueryable <Patient> RetrieveAllPatients()
        {
            IQueryable <Patient> storagePatients = _storageBroker.SelectAllPatients();

            return(storagePatients);
        }