Exemplo n.º 1
0
 public VQAzureQueueService(VQAzureStorageConfig config)
 {
     _config = config;
 }
Exemplo n.º 2
0
 public VQAzureStorageService(VQAzureStorageConfig config)
 {
     _connectionString = config.StorageConnectionString ?? throw new ArgumentException($"Property {config.StorageConnectionString} can not be null or whitespace.", nameof(config));
 }