protected GenericRepository(IDataContext ctx) { DataContext = ctx._dataContext; }
public DataContext() { _dataContext = new TrendEntities(); }