1234567891011121314151617 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace TEAMModelOS.SDK.Module.AzureTable.Configuration
- {
- public class AzureTableOptions
- {
- public string ConnectionString { get; set; }
- /// <summary>
- ///
- /// </summary>
- public AzureTableOptions()
- {
- }
- }
- }
|