コード例 #1
0
ファイル: Global.asax.cs プロジェクト: sanbish/sbTemp
        protected void Session_Start()
        {
            InvDBContext db = new InvDBContext();

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