Ejemplo n.º 1
0
 public IList <ConfigSection> GetConfigSections()
 {
     return(SettingsCache.GetConfigSections());
 }
Ejemplo n.º 2
0
 public IReadOnlyList <IConfigSection> GetConfigSections()
 {
     return(SettingsCache.GetConfigSections());
 }