コード例 #1
0
        public ActionResult Detail(int id)
        {
            SanPhamModel model = new SanPhamModel();
            DataTable    dt    = model.GetSanPham(id);

            return(View("Detail", dt));
        }