Container for functionality which handles Blob storage in Azure.
コード例 #1
0
 public AzureTransitRepository(AppSettings settings)
 {
     _storageManager = new StorageManager(settings);
     _cacheManager   = new CacheManager(settings);
 }
コード例 #2
0
 public AzureTransitRepository(AppSettings settings)
 {
     _storageManager = new StorageManager(settings);
     _cacheManager = new CacheManager(settings);
 }