コード例 #1
0
 public ActionResult DisplayProducts()
 {
     return(View(_productComponent.GetProducts()));
 }