コード例 #1
0
ファイル: DbHelper.Assignments.cs プロジェクト: skrishnau/LMS
 public Assignments()
 {
     Context = new AcademicContext();
 }
コード例 #2
0
 public Notifications()
 {
     Context = new AcademicContext();
 }
コード例 #3
0
ファイル: DbHelper.Report.cs プロジェクト: skrishnau/LMS
 public Report()
 {
     Context = new AcademicContext();
 }