Table of Contents

Interface IUserSettingService<T>

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

Represents a user setting service that provides operations for retrieving and manipulating user settings.

public interface IUserSettingService<T> : IUserSettingService where T : class

Type Parameters

T

The type of the user setting.

Methods

Get()

Gets the user setting.