Beispiel #1
0
 public IEnumerable <object> GetSettingsFor(string keyPrefix)
 {
     return(inner.GetSettingsFor(AppendKey(keyPrefix)));
 }