Exemplo n.º 1
0
 public TradingAccountHub(ITradingAccountsService tradingAccountsService)
 {
     _tradingAccountsService = tradingAccountsService;
 }
Exemplo n.º 2
0
 public ClientAreaModel(ITradingAccountsService accountsService)
 {
     _accountsService = accountsService;
 }