Method AddUIServicesUserSettings
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
AddUIServicesUserSettings<TContext>(IServiceCollection)
Adds UI services for user settings to the service collection.
public static IServiceCollection AddUIServicesUserSettings<TContext>(this IServiceCollection services) where TContext : DbContext
Parameters
services
IServiceCollectionThe service collection.
Returns
- IServiceCollection
The updated service collection.
Type Parameters
TContext
The type of the DbContext.