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