public WatchlistSecuritiesController()
 {
     _data = new DataService();
     _db = new ApplicationDbContext();
     _db.Configuration.ProxyCreationEnabled = false;
 }
Example #2
0
 public SecurityController()
 {
     _data = new DataService();
 }
Example #3
0
 public ScanController()
 {
     _data = new DataService();
     _db = new ApplicationDbContext();
     _db.Configuration.ProxyCreationEnabled = false;
 }
 public SecurityExtendedController()
 {
     _data = new DataService();
 }