Esempio n. 1
0
        public async Task <IActionResult> Index([FromServices] Interfaces.IService startupService)
        {
            ViewBag.Cache = await startupService.GetDataAsync();

            return(View());
        }