Beispiel #1
0
        public async Task <IActionResult> Index()
        {
            var indexVMs = await service.GetEventsAsync();

            return(View(indexVMs));
        }