Ejemplo n.º 1
0
 public AlbumService(
     IAmbientFuckeryDatabase ambientFuckeryDatabase,
     IGoogleHttpClient googleHttpClient
     )
 {
     this.ambientFuckeryDatabase = ambientFuckeryDatabase;
     this.googleHttpClient       = googleHttpClient;
 }
Ejemplo n.º 2
0
 public GoogleHttpClient(
     HttpClient httpClient,
     IAmbientFuckeryDatabase database,
     IApiKeyRepository apiKeyRepository
     )
 {
     this.httpClient       = httpClient;
     this.database         = database;
     this.apiKeyRepository = apiKeyRepository;
 }