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