Table of Contents

Interface ISettingEntityService

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

Represents a service for managing setting entities.

public interface ISettingEntityService

Properties

UserId

Gets the user ID.

Methods

GetApplicationSettings(CancellationToken)

Retrieves the list of application settings.

GetUserSettings(CancellationToken)

Retrieves the list of user settings.

SaveApplicationSettings(List<ApplicationSettings>, CancellationToken)

Saves the list of application settings.

SaveUserSettings(List<UserSettings>, CancellationToken)

Saves the list of user settings.