Class FaqSectionPublicClientProxy
Inherited Members
Namespace: Volo.CmsKit.Public.Faqs
Assembly: Volo.CmsKit.Pro.Common.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IFaqSectionPublicAppService), typeof(FaqSectionPublicClientProxy) })]
public class FaqSectionPublicClientProxy : ClientProxyBase<IFaqSectionPublicAppService>, ITransientDependency, IFaqSectionPublicAppService, IApplicationService, IRemoteService
Constructors
FaqSectionPublicClientProxy()
Declaration
public FaqSectionPublicClientProxy()
Methods
GetListSectionWithQuestionsAsync(FaqSectionListFilterInput)
Declaration
public virtual Task<List<FaqSectionWithQuestionsDto>> GetListSectionWithQuestionsAsync(FaqSectionListFilterInput input)
Parameters
Type | Name | Description |
---|---|---|
FaqSectionListFilterInput | input |
Returns
Type | Description |
---|---|
Task<List<FaqSectionWithQuestionsDto>> |