Esempio n. 1
0
 public AlbumService(SprotifyHttpClient sprotifyclient) : base(sprotifyclient)
 {
 }
 public SubscriptionService(SprotifyHttpClient client) : base(client)
 {
 }
Esempio n. 3
0
 public StatsService(SprotifyHttpClient client) : base(client)
 {
 }
Esempio n. 4
0
 public PlaylistService(SprotifyHttpClient client) : base(client)
 {
 }
Esempio n. 5
0
 public UserService(SprotifyHttpClient sprotifyclient) : base(sprotifyclient)
 {
 }
Esempio n. 6
0
 public SongService(SprotifyHttpClient sprotifyclient) : base(sprotifyclient)
 {
 }
Esempio n. 7
0
 public BandService(SprotifyHttpClient sprotifyclient) : base(sprotifyclient)
 {
 }
Esempio n. 8
0
 protected ApiServiceBase(SprotifyHttpClient sprotifyclient)
 {
     _sprotifyclient = sprotifyclient;
 }