コード例 #1
0
        public JsonResult GetThongKe(string maloai)
        {
            QLSanPhamBus qlsp = new QLSanPhamBus();
            ThongKeSLSP  tk   = qlsp.ThongKeSoLuongSP(maloai);

            return(Json(tk, JsonRequestBehavior.AllowGet));
        }