public TransactionRepository()
 {
     database     = new DatachainContext();
     blcSubscribe = new BlockRepository();
 }
Example #2
0
 public BlockRepository()
 {
     database = new DatachainContext();
 }