Class LeptonThemeSettingsClientProxy
Inheritance
LeptonThemeSettingsClientProxy
Implements
IApplicationService
IRemoteService
Assembly: Volo.Abp.LeptonTheme.Management.HttpApi.Client.dll
Syntax
public class LeptonThemeSettingsClientProxy : ClientProxyBase<ILeptonThemeSettingsAppService>, ILeptonThemeSettingsAppService, IApplicationService, IRemoteService
Constructors
LeptonThemeSettingsClientProxy()
Declaration
public LeptonThemeSettingsClientProxy()
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