コード例 #1
0
        // GET: Admin/NhaSanXuat
        public ActionResult Index()
        {
            var ds = HangBUS.DanhSachAll();

            return(View(ds));
        }