Interface IPageFeedbackPublicAppService
Namespace: Volo.CmsKit.Public.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public interface IPageFeedbackPublicAppService : IApplicationService, IRemoteService
Methods
CreateAsync(CreatePageFeedbackInput)
Declaration
Task<PageFeedbackDto> CreateAsync(CreatePageFeedbackInput input)
Parameters
Type | Name | Description |
---|---|---|
CreatePageFeedbackInput | input |
Returns
Type | Description |
---|---|
Task<PageFeedbackDto> |