Ejemplo n.º 1
0
 public Task PutAsync(uint256 txId, ColoredTransaction tx)
 {
     return(_Repository.PutAsync(GetId(txId), tx));
 }