Example #1
0
 public TournamentsController(FederationContext context)
 {
     _context = context;
 }
 public CastersController(FederationContext context)
 {
     _context = context;
 }
Example #3
0
 public GamesController(FederationContext context)
 {
     _context = context;
 }
 public PlayersController(FederationContext context)
 {
     _context = context;
 }
Example #5
0
 public TitlesController(FederationContext context)
 {
     _context = context;
 }