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