Class LayoutService<TContext>
- Namespace
- Innova.Data.AppSettings.Services
- Assembly
- Innova.Data.dll
Represents a service for managing layout data.
public class LayoutService<TContext> : ILayoutService where TContext : DbContext
Type Parameters
TContext
The type of the database context.
- Inheritance
-
LayoutService<TContext>
- Implements
Constructors
- LayoutService(UserLayoutDataService<TContext>, DefaultLayoutDataService<TContext>)
Initializes a new instance of the LayoutService<TContext> class.
Properties
- DefaultLayout
Gets the default layout data service.
- UserLayout
Gets the user layout data service.