Interface IHostSettingsAppService
Namespace: Volo.Saas.Host
Assembly: Volo.Saas.Host.Application.Contracts.dll
Syntax
public interface IHostSettingsAppService : IApplicationService, IRemoteService
Methods
GetAsync()
Declaration
Task<SaasHostSettingDto> GetAsync()
Returns
| Type | Description |
|---|---|
| Task<SaasHostSettingDto> |
UpdateAsync(SaasHostSettingDto)
Declaration
Task UpdateAsync(SaasHostSettingDto input)
Parameters
| Type | Name | Description |
|---|---|---|
| SaasHostSettingDto | input |
Returns
| Type | Description |
|---|---|
| Task |