コード例 #1
0
 public TransactionRepository()
 {
     database     = new DatachainContext();
     blcSubscribe = new BlockRepository();
 }
コード例 #2
0
ファイル: BlockSubscriber.cs プロジェクト: mello17/DataChain
 public BlockRepository()
 {
     database = new DatachainContext();
 }