Esempio n. 1
0
        public ActionResult Index()
        {
            var model = NhaSXDAO.getNhaSX();

            return(View(model));
        }
Esempio n. 2
0
 //dropdown nhà sản xuất
 public void setDDlistNhaSX(int?selectedId = null)
 {
     ViewBag.NhaSX = new SelectList(NhaSXDAO.getNhaSX(), "ID_NSX", "NhaSX", selectedId);
 }