Пример #1
0
 public GenericRepository(EmsDevEntities context)
 {
     this._context = context;
     this._dbSet   = context.Set <TEntity>();
 }