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