Constructor StreamHelper
StreamHelper(IDbContextFactory<TDbContext>)
Initializes a new instance of the StreamHelper<TDbContext, TEntity> class.
public StreamHelper(IDbContextFactory<TDbContext> dbContextFactory)
Parameters
dbContextFactory
IDbContextFactory<TDbContext>A factory for creating instances of the database context.