Show / Hide Table of Contents

Interface IPageFeedbackAdminAppService

Namespace: Volo.CmsKit.Admin.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public interface IPageFeedbackAdminAppService : IReadOnlyAppService<PageFeedbackDto, Guid, GetPageFeedbackListInput>, IReadOnlyAppService<PageFeedbackDto, PageFeedbackDto, Guid, GetPageFeedbackListInput>, IApplicationService, IRemoteService, IUpdateAppService<PageFeedbackDto, Guid, UpdatePageFeedbackDto>, IDeleteAppService<Guid>

Methods

GetEntityTypesAsync()

Declaration
Task<List<string>> GetEntityTypesAsync()
Returns
Type Description
Task<List<string>>

GetSettingsAsync()

Declaration
Task<List<PageFeedbackSettingDto>> GetSettingsAsync()
Returns
Type Description
Task<List<PageFeedbackSettingDto>>

UpdateSettingsAsync(UpdatePageFeedbackSettingsInput)

Declaration
Task UpdateSettingsAsync(UpdatePageFeedbackSettingsInput input)
Parameters
Type Name Description
UpdatePageFeedbackSettingsInput input
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft