public async Task <IActionResult> Index() { return(View(await _cosmosDbService.GetEmployeesAsync())); }
public IActionResult Index() { return(View(_cosmosDbService.GetEmployeesAsync())); }