Beispiel #1
0
 public FacultyController()
 {
     _context = new AptechDb();
 }
Beispiel #2
0
 public StudentController()
 {
     _context = new AptechDb();
 }