// GET: ContactList public async Task <IActionResult> Index() { var entries = await _service.GetEntriesAsync(); return(View(entries)); }