Beispiel #1
0
 public QuotesController(TwitchBotDbContext context)
 {
     _context = context;
 }
 public BankHeistSettingsController(TwitchBotDbContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public RemindersController(TwitchBotDbContext context)
 {
     _context = context;
 }
 public SongRequestBlacklistsController(TwitchBotDbContext context)
 {
     _context = context;
 }
 public PartyUpRequestsController(TwitchBotDbContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public ErrorLogsController(TwitchBotDbContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public GameListsController(TwitchBotDbContext context)
 {
     _context = context;
 }
Beispiel #8
0
 public BanksController(TwitchBotDbContext context)
 {
     _context = context;
 }
Beispiel #9
0
 public RankFollowersController(TwitchBotDbContext context)
 {
     _context = context;
 }
Beispiel #10
0
 public UserBotTimeoutsController(TwitchBotDbContext context)
 {
     _context = context;
 }
 public BossFightClassStatsController(TwitchBotDbContext context)
 {
     _context = context;
 }
Beispiel #12
0
 public ModeratorsController(TwitchBotDbContext context)
 {
     _context = context;
 }
 public BroadcastersController(TwitchBotDbContext context)
 {
     _context = context;
 }
Beispiel #14
0
 public BossFightSettingsController(TwitchBotDbContext context)
 {
     _context = context;
 }