Exemple #1
0
 protected AzureTableConnection(AzureTableStorageOptions options)
 {
     _options = options;
 }
Exemple #2
0
 protected AzureTableConfiguration(AzureTableStorageOptions options) : base(options)
 {
 }