public MusicAndSound(AudioService audioService, YoutubeDL youtubeDl, YouTubeService youTubeService, MusicSearches musicSearches, IExternalAccountRepository externalAccountRepository) { _audioService = audioService; _youtubeDl = youtubeDl; _youTubeService = youTubeService; _musicSearches = musicSearches; _externalAccountRepository = externalAccountRepository; }
public MusicOptionSelectionHotKey4(MusicSearches musicSearches, CommandService commandService) { _musicSearches = musicSearches; _commandService = commandService; }