Beispiel #1
0
 public TwitchVodService(TwitchConfigurationSection config) : base(config)
 {
 }
 protected TwitchServiceBase(TwitchConfigurationSection config)
 {
     TwitchConfig = config;
 }
 public AuthenticationController(IOptions <TwitchConfigurationSection> twitchConfiguration, ITwitchUserService userService)
 {
     _twitchConfig = twitchConfiguration.Value;
     _userService  = userService;
 }