Beispiel #1
0
 /// <inheritdoc cref="IStore"/>
 public long CountIndex(Guid chainId)
 {
     return(_store.CountIndex(chainId));
 }