コード例 #1
0
 public CachedSpotifySearcher(ISpotifySearcher implementation, IMemoryCache memoryCache)
 {
     _implementation = implementation;
     _memoryCache    = memoryCache;
 }
コード例 #2
0
 public ImageApiController(TelemetryClient telemetryClient, IComputerVisionClient computerVisionClient, ISpotifySearcher spotifySearcher)
 {
     _telemetryClient      = telemetryClient;
     _computerVisionClient = computerVisionClient;
     _spotifySearcher      = spotifySearcher;
 }