Ejemplo n.º 1
0
        } // constructor

        // GET: HIPAAPrivacyNotices
        public async Task <IActionResult> Index()
        {
            return(View(await _hipaaRepo.ReadAll().ToListAsync()));
        } // Index