Ejemplo n.º 1
0
        // GET: ProductManeger
        public ActionResult Index()
        {
            List <Product> products = Cotext.Collection().ToList();

            return(View(products));
        }