Exemplo n.º 1
0
        public ActionResult Index()
        {
            ViewBag.ProductList = SelectListHelper.GetProducts();

            return(View());
        }