Ejemplo n.º 1
0
 public bool CanUpdateBalances(IExchange ex)
 {
     return(_dbRepo.CanUpdateBalances(ex.GetExchangeName()));
 }