예제 #1
0
 public virtual string[] GetKeys()
 {
     return((from k in repository.GetKeys()
             select converter.ToString(k)).ToArray());
 }
예제 #2
0
 private string GetFullKey(I id) => $"{_settings.KeyPrefix}/{_converter.ToString(id)}";