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