Show / Hide Table of Contents

Class LeptonThemeSettingsAppService

Inheritance
object
LeptonThemeSettingsAppService
Implements
ILeptonThemeSettingsAppService
IApplicationService
IRemoteService
Namespace: Volo.Abp.LeptonTheme.Management
Assembly: Volo.Abp.LeptonTheme.Management.Application.dll
Syntax
[Authorize("LeptonThemeManagement.Settings")]
public class LeptonThemeSettingsAppService : ApplicationService, ILeptonThemeSettingsAppService, IApplicationService, IRemoteService

Constructors

LeptonThemeSettingsAppService(ISettingManager)

Declaration
public LeptonThemeSettingsAppService(ISettingManager settingManager)
Parameters
Type Name Description
ISettingManager settingManager

Properties

SettingManager

Declaration
protected ISettingManager SettingManager { get; }
Property Value
Type Description
ISettingManager

Methods

GetAsync()

Declaration
public virtual Task<LeptonThemeSettingsDto> GetAsync()
Returns
Type Description
Task<LeptonThemeSettingsDto>

UpdateAsync(UpdateLeptonThemeSettingsDto)

Declaration
public virtual Task UpdateAsync(UpdateLeptonThemeSettingsDto input)
Parameters
Type Name Description
UpdateLeptonThemeSettingsDto input
Returns
Type Description
Task

Implements

ILeptonThemeSettingsAppService
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
In this article
Back to top Powered by Volosoft