示例#1
0
 // GET: Products
 public ActionResult Index()
 {
     return(View(_products.GetList()));
 }