Exemplo n.º 1
0
 /// <inheritdoc cref="IStore"/>
 public long CountTransactions()
 {
     return(_store.CountTransactions());
 }