Ejemplo n.º 1
0
        // GET: Admin/Home
        public ActionResult Index()
        {
            ThongKe   thongKe   = new ThongKe();
            XLThongKe xLThongKe = thongKe.XuLyThongKe(Convert.ToInt32(Session["admin"]));

            Session["doanhsothang"] = xLThongKe.doanhsothang;
            Session["doanhsonam"]   = xLThongKe.doanhsonam;
            Session["kyvong"]       = xLThongKe.kyvong;
            Session["tongtinnhan"]  = xLThongKe.tinnhan;
            return(View());
        }