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