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