Class FaqQuestionManager
Inheritance
FaqQuestionManager
Assembly: Volo.CmsKit.Pro.Domain.dll
Syntax
public class FaqQuestionManager : CmsKitProDomainServiceBase, IDomainService, ITransientDependency
Constructors
FaqQuestionManager(IFaqQuestionRepository, IFaqSectionRepository)
Declaration
public FaqQuestionManager(IFaqQuestionRepository faqQuestionRepository, IFaqSectionRepository faqSectionRepository)
Parameters
Properties
FaqQuestionRepository
Declaration
protected IFaqQuestionRepository FaqQuestionRepository { get; }
Property Value
FaqSectionRepository
Declaration
protected IFaqSectionRepository FaqSectionRepository { get; }
Property Value
Methods
CreateAsync(Guid, string, string, int)
Declaration
public virtual Task<FaqQuestion> CreateAsync(Guid sectionId, string title, string text, int order)
Parameters
Returns
UpdateTitle(FaqQuestion, string)
Declaration
public virtual Task UpdateTitle(FaqQuestion question, string title)
Parameters
Returns
Implements
Extension Methods