コード例 #1
0
 public BlockchainTree GetBlockchainFromBranch(string uniqueId)
 {
     return(_blockchainRepository.GetBlockchainFromBranch(uniqueId));
 }