コード例 #1
0
 // GET: Orders
 public async Task<IActionResult> Index()
 {
     return View(await _orders.GetAllAsync());
 }