Interface IPageFeedbackSettingsAppService
Namespace: Volo.CmsKit.Admin.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public interface IPageFeedbackSettingsAppService : IApplicationService, IRemoteService
Methods
GetAsync()
Declaration
Task<CmsKitPageFeedbackSettingDto> GetAsync()
Returns
| Type | Description |
|---|---|
| Task<CmsKitPageFeedbackSettingDto> |
UpdateAsync(UpdateCmsKitPageFeedbackSettingDto)
Declaration
Task UpdateAsync(UpdateCmsKitPageFeedbackSettingDto input)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateCmsKitPageFeedbackSettingDto | input |
Returns
| Type | Description |
|---|---|
| Task |