Beispiel #1
0
        public async Task <IActionResult> Index()
        {
            ViewBag.CurrentLab = CurrentLab;

            var model = await _prescriptionRepository.CenterDashboardDataAsync(CurrentLab.Id);

            return(View(model));
        }