Exemplo n.º 1
0
 public AzureBlobStorageService(AzureBlobStorageOptions config)
 {
     _config = config;
 }
Exemplo n.º 2
0
 public AzureBlobStorageService(AzureBlobStorageOptions config, IInstrumentationService instrumentation)
 {
     _config          = config;
     _instrumentation = instrumentation;
 }