Esempio n. 1
0
 public StudentsController(SchoolNetContext context)
 {
     _context = context;
 }
 public CoursesController(SchoolNetContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public TeachersController(SchoolNetContext context)
 {
     _context = context;
 }