Beispiel #1
0
 public IHttpActionResult GetAllUserTransactions()
 => this.Log(() => _blockChain.GetAllUserTransactions().OperationResult(Request));