Exemplo n.º 1
0
 /// <inheritdoc />
 public IReadOnlyDictionary <string, string> FindByKeyPrefix(string keyPrefix)
 {
     using (var scope = _scopeProvider.CreateScope(autoComplete: true))
     {
         return(_repository.FindByKeyPrefix(keyPrefix));
     }
 }