Ejemplo n.º 1
0
        //
        // GET: /Home/

        public ActionResult Index()
        {
            if (Request.QueryString["rl"] != null)
            {
                Session["SessionInfo"] = new TimKiemDichVu.SessionInfoOfUser();
            }
            return(View());
        }
Ejemplo n.º 2
0
 //
 // GET: /Home/
 public ActionResult Index()
 {
     if(Request.QueryString["rl"] != null)
         Session["SessionInfo"] = new TimKiemDichVu.SessionInfoOfUser();
     return View();
 }