public ActionResult Index() { return(View(_jsonPhoneDictionary.GetContacts())); }
public async Task <ActionResult> Index() { return(View(await _sqlPhoneDictionary.GetContacts())); }