示例#1
0
        // GET: Product
        public ActionResult Index()
        {
            var Products = sp.GetMany();

            return(View(Products));
        }