public GenericRepository(LearnMVCEntities _db) { this.context = _db; this.dbset = context.Set <TEntity>(); }
public UnitOfWork() { this.context = new LearnMVCEntities(); }