Exemplo n.º 1
0
 public SearchBusiness()
 {
     _searchService = new Service.SpotifyService();
 }
Exemplo n.º 2
0
 public AlbumBusiness()
 {
     _albumService = new Service.SpotifyService();
 }
Exemplo n.º 3
0
 public AuthBusiness()
 {
     _authService = new Service.SpotifyService();
 }
Exemplo n.º 4
0
 public ArtistBusiness()
 {
     _artistService = new Service.SpotifyService();
 }
Exemplo n.º 5
0
 public TrackBusiness()
 {
     _trackService = new Service.SpotifyService();
 }