Show / Hide Table of Contents

Class LeptonThemeSettingsClientProxy

Inheritance
object
LeptonThemeSettingsClientProxy
Implements
ILeptonThemeSettingsAppService
IApplicationService
IRemoteService
Namespace: Volo.Abp.LeptonTheme
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
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