public Inquiry( ILoggerFactory loggerFactory, Cache cache, IYuGiOhDbService yuGiOhDbService, IGuildConfigDbService guildConfigDbService, Web web ) : base(loggerFactory, cache, yuGiOhDbService, guildConfigDbService, web) { }
public MainInquiry( ILoggerFactory loggerFactory, Cache cache, IYuGiOhDbService yuGiOhDbService, IGuildConfigDbService guildConfigDbService, Web web, Random rand ) : base(loggerFactory, cache, yuGiOhDbService, guildConfigDbService, web, rand) { }
public Dev( ILoggerFactory loggerFactory, Cache cache, IYuGiOhDbService yuGiOhDbService, IGuildConfigDbService guildConfigDbService, Web web, IYuGiOhRepository yuGiOhRepository ) : base(loggerFactory, cache, yuGiOhDbService, guildConfigDbService, web) { _yugiohRepo = yuGiOhRepository; }
public Miscellaneous( ILoggerFactory loggerFactory, Cache cache, IYuGiOhDbService yuGiOhDbService, IGuildConfigDbService guildConfigDbService, Web web, Random random ) : base(loggerFactory, cache, yuGiOhDbService, guildConfigDbService, web) { _random = random; }
public Games( ILoggerFactory loggerFactory, Cache cache, IYuGiOhDbService yuGiOhDbService, IGuildConfigDbService guildConfigDbService, Web web, Random rand ) : base(loggerFactory, cache, yuGiOhDbService, guildConfigDbService, web, rand) { _loggerFactory = loggerFactory; }
protected MainInteractionBase( ILoggerFactory loggerFactory, Cache cache, IYuGiOhDbService yuGiOhDbService, IGuildConfigDbService guildConfigDbService, Web web ) { Logger = loggerFactory.CreateLogger(GetType().Name); Cache = cache; YuGiOhDbService = yuGiOhDbService; GuildConfigDbService = guildConfigDbService; Web = web; }
public Dev( ILoggerFactory loggerFactory, Cache cache, IYuGiOhDbService yuGiOhDbService, IGuildConfigDbService guildConfigDbService, Web web, Random rand, InteractionService interactionService, IYuGiOhRepository yugiohRepo ) : base(loggerFactory, cache, yuGiOhDbService, guildConfigDbService, web, rand) { _interactionService = interactionService; _yugiohRepo = yugiohRepo; }
public Help( ILoggerFactory loggerFactory, Cache cache, IYuGiOhDbService yuGiOhDbService, IGuildConfigDbService guildConfigDbService, Web web, Random rand, CommandService commandService, Config config ) : base(loggerFactory, cache, yuGiOhDbService, guildConfigDbService, web, rand) { _commandService = commandService; _config = config; }
public Help( ILoggerFactory loggerFactory, Cache cache, IYuGiOhDbService yuGiOhDbService, IGuildConfigDbService guildConfigDbService, Web web, CommandHelpService cmdHelpService, Config config, Random random ) : base(loggerFactory, cache, yuGiOhDbService, guildConfigDbService, web) { _cmdHelpService = cmdHelpService; _config = config; _random = random; }
public Utility( ILoggerFactory loggerFactory, Cache cache, IYuGiOhDbService yuGiOhDbService, IGuildConfigDbService guildConfigDbService, Web web, Stats stats, Config config, IPerformanceMetrics perfMetrics ) : base(loggerFactory, cache, yuGiOhDbService, guildConfigDbService, web) { _stats = stats; _config = config; _perfMetrics = perfMetrics; }
public ArchetypeAutocomplete(IYuGiOhDbService yugiohDbService) { _yugiohDbService = yugiohDbService; }
public CardAutocomplete(IYuGiOhDbService yugiohDbService) { _yuGiOhDbService = yugiohDbService; }
public SupportAutocomplete(IYuGiOhDbService yuGiOhDbService) { _yuGiOhDbService = yuGiOhDbService; }
public BoosterPackAutocomplete(IYuGiOhDbService yuGiOhDbService) { _yuGiOhDbService = yuGiOhDbService; }