public GradesController(CompetitionDBContext context)
 {
     _context = context;
 }
Example #2
0
 public EnrolmentsController(CompetitionDBContext context)
 {
     _context = context;
 }
Example #3
0
 public TeamsController(CompetitionDBContext context)
 {
     _context = context;
 }