コード例 #1
0
 public async Task <IActionResult> Index()
 {
     return(View(await _cosmosDbService.GetEmployeesAsync()));
 }
コード例 #2
0
 public IActionResult Index()
 {
     return(View(_cosmosDbService.GetEmployeesAsync()));
 }