コード例 #1
0
 public AzureTableService(IAzureTableSettings appSettings)
 {
     _appSettings = appSettings;
 }
コード例 #2
0
 public TestableAzureTableService(IAzureTableSettings appSettings) : base(appSettings)
 {
 }
コード例 #3
0
 public AzureTableStorage(IAzureTableSettings settings, ILogger <AzureTableStorage <T> > logger)
 {
     _settings = settings;
     _logger   = logger;
 }