public CachedIPStackRepository(IIPStackRepository repository, IPMemoryCache iPMemoryCache)
 {
     _repository    = repository;
     _iPMemoryCache = iPMemoryCache;
 }
Exemplo n.º 2
0
 public IPStackServiceCache(IPMemoryCache iPMemoryCache, IIPServiceProvider iPStackServiceRepo)
 {
     _iPMemoryCache      = iPMemoryCache;
     _iPStackServiceRepo = iPStackServiceRepo;
 }