public UpcomingEventsController(MatTrackContext context)
 {
     _context = context;
 }
 public AttendancesController(MatTrackContext context)
 {
     _context = context;
 }
Example #3
0
 public UsersController(MatTrackContext context)
 {
     _context = context;
 }
Example #4
0
 public RecordsController(MatTrackContext context)
 {
     _context = context;
 }