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