Exemplo n.º 1
0
 public AzureCommonStorage(
     IAzureAppSettings commonAppSettings,
     IFileInfoFactory fileInfoFactory)
 {
     _commonAppSettings = commonAppSettings;
     _fileInfoFactory   = fileInfoFactory;
 }
Exemplo n.º 2
0
 public ConfigLoader(
     IConfiguration configuration,
     IAzureAppSettings azureAppSettings)
 {
     _configuration    = configuration;
     _azureAppSettings = azureAppSettings;
 }