Ejemplo n.º 1
0
 protected AzureTableConnection(AzureTableStorageOptions options)
 {
     _options = options;
 }
Ejemplo n.º 2
0
 protected AzureTableConfiguration(AzureTableStorageOptions options) : base(options)
 {
 }