Esempio n. 1
0
 public HomeController(SpotifyWebAPIWrapper.ISpotifyEndpointAccessor spotifyEndpointAccessor)
 {
     _spotifyEndpointAccessor = spotifyEndpointAccessor;
 }
Esempio n. 2
0
 public PlaylistMixerCoreLogic(SpotifyWebAPIWrapper.ISpotifyEndpointAccessor spotifyEndpointAccessor)
 {
     _spotifyEndpointAccessor = spotifyEndpointAccessor;
     Settings = new PlaylistMixerSettings();
 }