public TournamentsController(Game_regContext context)
 {
     _context = context;
 }
 public PlayersController(Game_regContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public GamesController(Game_regContext context)
 {
     _context = context;
 }