コード例 #1
0
 // GET: Products
 public IActionResult Index()
 {
     return(View(_Iproduct.Get_AllProducts()));
 }