Пример #1
0
 // GET: Operate/GoodsCategory
 public ActionResult Index()
 {
     ViewBag.List = bll.GetAllList();
     return(View());
 }