コード例 #1
0
ファイル: VoteController.cs プロジェクト: evoto-tech/EvotoApi
 public VoteController(IRegiBlockchainStore blockchainStore, MultiChainHandler multichain)
 {
     _blockchainStore = blockchainStore;
     _multichaind     = multichain;
 }
コード例 #2
0
 public ManagementController(MultiChainHandler multichaind, IRegiBlockchainStore blockchainStore)
 {
     _multichaind     = multichaind;
     _blockchainStore = blockchainStore;
 }