public Assignments()
 {
     Context = new AcademicContext();
 }
Exemple #2
0
 public Notifications()
 {
     Context = new AcademicContext();
 }
Exemple #3
0
 public Report()
 {
     Context = new AcademicContext();
 }