public StudentGroupsController(DB_BusinessOdysseyContext context)
 {
     _context = context;
 }
 public JudgesController(DB_BusinessOdysseyContext context)
 {
     _context = context;
 }
예제 #3
0
 public QuestionsController(DB_BusinessOdysseyContext context)
 {
     _context = context;
 }