Method AddUserSettings
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
AddUserSettings<Tinterface, T, TSettingService>(IServiceCollection)
Adds user settings to the service collection.
public static IServiceCollection AddUserSettings<Tinterface, T, TSettingService>(this IServiceCollection services) where Tinterface : class where T : class, Tinterface, new() where TSettingService : class, ISettingEntityService
Parameters
services
IServiceCollectionThe service collection.
Returns
- IServiceCollection
The updated service collection.
Type Parameters
Tinterface
The interface type for the user settings.
T
The implementation type for the user settings.
TSettingService
The implementation type for the setting entity service.