public GenericRepository(Tp1Context context) { this.context = context; this.dbSet = context.Set <TEntity>(); }
public UnitOfWork(Tp1Context context) { this._context = context; }