Exemplo n.º 1
0
 public Task <IList <Value> > Get(CancellationToken ct)
 {
     return(_valueStore.GetAllAsync(ct));
 }