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