Beispiel #1
0
 public Builder(ConfigSection configSection, ILog log)
 {
     config = configSection;
     logger = log;
 }
Beispiel #2
0
 public FileDataProvider(ConfigSection configSection, ICache ascCache)
 {
     config   = configSection;
     cache    = ascCache;
     cacheKey = "PremiumTenants";
 }