public BankControllor(ICosmosDatabaseService cosmosDatabaseService)
 {
     this.cosmosDatabaseService = cosmosDatabaseService;
 }
Ejemplo n.º 2
0
 public TokenController(ICosmosDatabaseService cosmosDatabaseService)
 {
     this.cosmosDatabaseService = cosmosDatabaseService;
 }