public ImageProvider(IGameRoleProvider gameRoleProvider, IWebAccess webAccess, IDiscordAccess discordAccess, IDynamicConfiguration dynamicConfiguration) { _gameRoleProvider = gameRoleProvider; _webAccess = webAccess; _discordAccess = discordAccess; _dynamicConfiguration = dynamicConfiguration; }
public ImageController(IWebAccess webAccess, IImageReader imageReader) { this.webAccess = webAccess; this.imageReader = imageReader; }