Exemplo n.º 1
0
        public ActionResult getKhoaThi()
        {
            var kq = new KHOATHIDAO().DsKhoaThi();

            return(Json(kq.Select(x => new { TenKhoaThi = x.TenKhoaThi, MaKhoaThi = x.MaKhoaThi }), JsonRequestBehavior.AllowGet));
        }