Пример #1
0
 /// <inheritdoc cref="IStore"/>
 public Transaction <T> GetTransaction <T>(TxId txid)
     where T : IAction, new()
 {
     return(_store.GetTransaction <T>(txid));
 }