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