예제 #1
0
 public GenericRepository(eShoppingDBEntities DBEntity)
 {
     _DBEntity = DBEntity;
     _dbSet    = _DBEntity.Set <tblEntity>();
 }