Class LeptonThemeSettingsClientProxy
Inherited Members
Namespace: Volo.Abp.LeptonTheme
Assembly: Volo.Abp.LeptonTheme.Management.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(ILeptonThemeSettingsAppService), typeof(LeptonThemeSettingsClientProxy) })]
public class LeptonThemeSettingsClientProxy : ClientProxyBase<ILeptonThemeSettingsAppService>, ITransientDependency, ILeptonThemeSettingsAppService, IApplicationService, IRemoteService
Constructors
LeptonThemeSettingsClientProxy()
Declaration
public LeptonThemeSettingsClientProxy()
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 |