Table of Contents

Constructor SavedQueryService

Namespace
Innova.Data.AppSettings.Services
Assembly
Innova.Data.dll

SavedQueryService(IDbContextFactory<TContext>, ICurrentUser)

Initializes a new instance of the SavedQueryService<TContext> class.

public SavedQueryService(IDbContextFactory<TContext> dbContextFactory, ICurrentUser currentUser)

Parameters

dbContextFactory IDbContextFactory<TContext>

The database context factory.

currentUser ICurrentUser

The current user.