public UpcomingEventsController(MatTrackContext context)
 {
     _context = context;
 }
 public AttendancesController(MatTrackContext context)
 {
     _context = context;
 }
Пример #3
0
 public UsersController(MatTrackContext context)
 {
     _context = context;
 }
Пример #4
0
 public RecordsController(MatTrackContext context)
 {
     _context = context;
 }