Ejemplo n.º 1
0
 protected GenericRepository(IDataContext ctx)
 {
     DataContext = ctx._dataContext;
 }
Ejemplo n.º 2
0
 public DataContext()
 {
     _dataContext = new TrendEntities();
 }