Class PageFeedbackPublicClientProxy
Inherited Members
Namespace: Volo.CmsKit.Public.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Common.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IPageFeedbackPublicAppService), typeof(PageFeedbackPublicClientProxy) })]
public class PageFeedbackPublicClientProxy : ClientProxyBase<IPageFeedbackPublicAppService>, ITransientDependency, 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> |