Show / Hide Table of Contents

Class PageFeedbackPublicClientProxy

Inheritance
object
PageFeedbackPublicClientProxy
Implements
IPageFeedbackPublicAppService
IApplicationService
IRemoteService
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

IPageFeedbackPublicAppService
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
In this article
Back to top Powered by Volosoft