コード例 #1
0
        public void CSE201Data()
        {
            CSE201Entities db = new CSE201Entities();

            Assert.IsNotNull(db);
        }
コード例 #2
0
ファイル: HomeController.cs プロジェクト: gurleynm/SAFE
 /// <summary>
 /// Connection to database
 /// </summary>
 public HomeController()
 {
     this.db = new CSE201Entities();
 }
コード例 #3
0
ファイル: ModeratorController.cs プロジェクト: gurleynm/SAFE
 // Connection to the database
 public ModeratorController()
 {
     this.db = new CSE201Entities();
 }