Beispiel #1
0
 public MessageController(GtmsDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public PlayerController(GtmsDbContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public RefereeController(GtmsDbContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public TeamController(GtmsDbContext context)
 {
     _context = context;
 }