Exemplo n.º 1
0
        public JsonResult themdonhang(Donhang dt)
        {
            string st = dhb.themdonhang(dt);

            dhb.xoa();
            return(Json(st, JsonRequestBehavior.AllowGet));
        }