Constructor LoggingController
- Namespace
- Innova.NLogExtensions.RestServer
- Assembly
- Innova.NLogExtensions.RestServer.dll
LoggingController(ILogDbContextFactory, ICurrentUser)
Initializes a new instance of the LoggingController class.
public LoggingController(ILogDbContextFactory DbContextFactory, ICurrentUser currentUser)
Parameters
DbContextFactory
ILogDbContextFactoryThe log database context factory.
currentUser
ICurrentUserThe current user.