Ejemplo n.º 1
0
 public Task <PageResponse <Key> > GetAllKeysAsync(CancellationToken cancellationToken = default)
 => Task.FromResult(_wrapper.GetAllKeys());
Ejemplo n.º 2
0
 public PageResponse <Key> Get()
 => _wrapper.GetAllKeys();