Example #1
0
        protected void Session_Start()
        {
            InvDBContext db = new InvDBContext();

            Session["Locations"] = db.Locations.ToList();
        }