Class DefaultLayoutDataService<TContext>
- Namespace
- Innova.Data.AppSettings.Services
- Assembly
- Innova.Data.dll
Represents a default layout data service.
public class DefaultLayoutDataService<TContext> : LayoutDataServiceBase<TContext>, ILayoutDataServiceBase where TContext : DbContext
Type Parameters
TContext
The type of the database context.
- Inheritance
-
LayoutDataServiceBase<TContext>DefaultLayoutDataService<TContext>
- Implements
Constructors
- DefaultLayoutDataService(IDbContextFactory<TContext>)
Initializes a new instance of the DefaultLayoutDataService<TContext> class.
Properties
- UserId
Gets the user ID.