public ChannelController(DatabaseController databaseController) { _databaseController = databaseController; }
public BasicAuthenticationHandler(IOptionsMonitor <AuthenticationSchemeOptions> options, ILoggerFactory logger, UrlEncoder encoder, ISystemClock clock, DatabaseController databaseController) : base(options, logger, encoder, clock) { _databaseController = databaseController; }
public UserController(DatabaseController databaseController) { _databaseController = databaseController; }