Ejemplo n.º 1
0
 public SpotifyHandle(IHttpHandle httpHandle, IJsonHandle jsonHandle, IOptions <SpotifySettings> spotifySettings, IDiscoRepository discoRepository)
 {
     _httpHandle      = httpHandle;
     _jsonHandle      = jsonHandle;
     _spotifySettings = spotifySettings.Value;
     _discoRepository = discoRepository;
 }
Ejemplo n.º 2
0
 public HttpHandle(IJsonHandle jsonHanlde)
 {
     _jsonHanlde = jsonHanlde;
 }