예제 #1
0
 public StudentsController(SchoolNetContext context)
 {
     _context = context;
 }
 public CoursesController(SchoolNetContext context)
 {
     _context = context;
 }
예제 #3
0
 public TeachersController(SchoolNetContext context)
 {
     _context = context;
 }