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