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