public BankControllor(ICosmosDatabaseService cosmosDatabaseService)
 {
     this.cosmosDatabaseService = cosmosDatabaseService;
 }
예제 #2
0
 public TokenController(ICosmosDatabaseService cosmosDatabaseService)
 {
     this.cosmosDatabaseService = cosmosDatabaseService;
 }