public Repository(CnFEntities db) { this.db = db; this.dbSet = db.Set <TEntity>(); }
public UnitOfWork() { this._db = new CnFEntities(); }