Class LeptonThemeSettingsController
Inheritance
LeptonThemeSettingsController
Implements
IApplicationService
IRemoteService
Assembly: Volo.Abp.LeptonTheme.Management.HttpApi.dll
Syntax
[Area("leptonThemeManagement")]
[Route("api/lepton-theme-management/settings")]
public class LeptonThemeSettingsController : AbpControllerBase, ILeptonThemeSettingsAppService, IApplicationService, IRemoteService
Constructors
LeptonThemeSettingsController(ILeptonThemeSettingsAppService)
Declaration
public LeptonThemeSettingsController(ILeptonThemeSettingsAppService leptonThemeSettingsAppService)
Parameters
Methods
GetAsync()
Declaration
[HttpGet]
public Task<LeptonThemeSettingsDto> GetAsync()
Returns
UpdateAsync(UpdateLeptonThemeSettingsDto)
Declaration
[HttpPut]
public Task UpdateAsync(UpdateLeptonThemeSettingsDto input)
Parameters
Returns
Implements
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService