Exemplo n.º 1
0
 public SymbolService()
 {
     _context = new KiteAutotradingEntities();
 }
 public WatchlistService()
 {
     _context = new KiteAutotradingEntities();
 }
Exemplo n.º 3
0
 public BrokerPositionService()
 {
     _context = new KiteAutotradingEntities();
 }
Exemplo n.º 4
0
 public StrategyService()
 {
     _context = new KiteAutotradingEntities();
 }
Exemplo n.º 5
0
 public BrokerOrderService()
 {
     _context = new KiteAutotradingEntities();
 }
Exemplo n.º 6
0
 public JobService()
 {
     _context = new KiteAutotradingEntities();
 }
 public UserSessionService()
 {
     _context = new KiteAutotradingEntities();
 }