コード例 #1
0
 public BankControllor(ICosmosDatabaseService cosmosDatabaseService)
 {
     this.cosmosDatabaseService = cosmosDatabaseService;
 }
コード例 #2
0
 public TokenController(ICosmosDatabaseService cosmosDatabaseService)
 {
     this.cosmosDatabaseService = cosmosDatabaseService;
 }