Table of Contents

Constructor SettingEntityService

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

SettingEntityService(IDbContextFactory<TContext>, ICurrentUser)

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

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

Parameters

dbContextFactory IDbContextFactory<TContext>

The database context factory.

currentUser ICurrentUser

The current user.