Esempio n. 1
0
        //
        // GET: /Cate/

        public ActionResult Index()
        {
            List <Categories> list = cb.CateList();

            return(View(list));
        }