Exemplo n.º 1
0
        public ActionResult XemChiTietDonHang(int idDH)
        {
            List <ChiTietDonHangModel2> res = DonDatHangDAO.ChiTietDonHangTheoDon(baseAddress, $"donhang/ctdh2?idDH={idDH}");

            return(Json(res));
        }