Interface IFaqSectionPublicAppService
Namespace: Volo.CmsKit.Public.Faqs
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public interface IFaqSectionPublicAppService : IApplicationService, IRemoteService
Methods
GetListSectionWithQuestionsAsync(FaqSectionListFilterInput)
Declaration
Task<List<FaqSectionWithQuestionsDto>> GetListSectionWithQuestionsAsync(FaqSectionListFilterInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| FaqSectionListFilterInput | input |
Returns
| Type | Description |
|---|---|
| Task<List<FaqSectionWithQuestionsDto>> |