Interface IPageFeedbackAdminAppService
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public interface IPageFeedbackAdminAppService : IReadOnlyAppService<PageFeedbackDto, Guid, GetPageFeedbackListInput>, IReadOnlyAppService<PageFeedbackDto, PageFeedbackDto, Guid, GetPageFeedbackListInput>, IUpdateAppService<PageFeedbackDto, Guid, UpdatePageFeedbackDto>, IDeleteAppService<Guid>, IApplicationService, IRemoteService
Methods
GetEntityTypesAsync()
Declaration
Task<List<string>> GetEntityTypesAsync()
Returns
GetSettingsAsync()
Declaration
Task<List<PageFeedbackSettingDto>> GetSettingsAsync()
Returns
UpdateSettingsAsync(UpdatePageFeedbackSettingsInput)
Declaration
Task UpdateSettingsAsync(UpdatePageFeedbackSettingsInput input)
Parameters
Returns
Extension Methods