예제 #1
0
 public GetPlaylistTracksAudioFeaturesQueryHandler(ISpotifyPlaylistService spotifyPlaylistService)
 {
     _spotifyPlaylistService = spotifyPlaylistService;
 }
예제 #2
0
 public GetPlaylistAvarageAudioFeatureQueryHandler(ISpotifyPlaylistService spotifyPlaylistService)
 {
     _spotifyPlaylistService = spotifyPlaylistService;
 }
예제 #3
0
 public GetPlaylistAvarageAudioAnalysisQueryHandler(ISpotifyPlaylistService spotifyPlaylistService)
 {
     _spotifyPlaylistService = spotifyPlaylistService;
 }
예제 #4
0
 public ProfileModel(ISpotifyPlaylistService spotifyPlaylists,
                     ISpotifyUserService spotifyUsers)
 {
     _spotifyPlaylists = spotifyPlaylists;
     _spotifyUsers     = spotifyUsers;
 }
예제 #5
0
 public GetPlayListInfoSimplifiedQueryHandler(ISpotifyPlaylistService spotifyPlaylistService)
 {
     _spotifyPlaylistService = spotifyPlaylistService;
 }
예제 #6
0
 public GetPlayListInfoByIdQueryHandler(ISpotifyPlaylistService spotifyService)
 {
     _spotifyService = spotifyService;
 }