Table of Contents

Constructor LayoutService

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

LayoutService(UserLayoutDataService<TContext>, DefaultLayoutDataService<TContext>)

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

public LayoutService(UserLayoutDataService<TContext> userLayout, DefaultLayoutDataService<TContext> defaultLayout)

Parameters

userLayout UserLayoutDataService<TContext>

The user layout data service.

defaultLayout DefaultLayoutDataService<TContext>

The default layout data service.