Exemplo n.º 1
0
 public TDAmeritradeClient()
 {
     _cache = new TDUnprotectedCache();
 }
Exemplo n.º 2
0
 public TDAmeritradeClient(ITDPersistentCache cache)
 {
     _cache = cache;
 }