예제 #1
0
 public ScoresController(json_app_dbContext context)
 {
     _context = context;
 }
 public StudentsController(json_app_dbContext context)
 {
     _context = context;
 }
 public TeachersController(json_app_dbContext context)
 {
     _context = context;
 }