Class PageFeedbackPublicClientProxy
Namespace: Volo.CmsKit.Public.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Common.HttpApi.Client.dll
Syntax
public class PageFeedbackPublicClientProxy : ClientProxyBase<IPageFeedbackPublicAppService>, IPageFeedbackPublicAppService, IApplicationService, IRemoteService
Constructors
PageFeedbackPublicClientProxy()
Declaration
public PageFeedbackPublicClientProxy()
Methods
CreateAsync(CreatePageFeedbackInput)
Declaration
public virtual Task<PageFeedbackDto> CreateAsync(CreatePageFeedbackInput input)
Parameters
Type | Name | Description |
---|---|---|
CreatePageFeedbackInput | input |
Returns
Type | Description |
---|---|
Task<PageFeedbackDto> |
Implements
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService