コード例 #1
0
        // GET: Product
        public ActionResult ListeProduitFront()
        {
            var prods = sp.GetMany();

            return(View(prods));
        }