Class LeptonThemeSettingsAppService
Inheritance
LeptonThemeSettingsAppService
Implements
IApplicationService
IRemoteService
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
UpdateAsync(UpdateLeptonThemeSettingsDto)
Declaration
public virtual Task UpdateAsync(UpdateLeptonThemeSettingsDto input)
Parameters
Returns
Implements
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService