Interface IPageFeedbackSettingRepository
Assembly: Volo.CmsKit.Pro.Domain.dll
Syntax
public interface IPageFeedbackSettingRepository : IBasicRepository<PageFeedbackSetting, Guid>, IBasicRepository<PageFeedbackSetting>, IReadOnlyBasicRepository<PageFeedbackSetting, Guid>, IReadOnlyBasicRepository<PageFeedbackSetting>, IRepository
Methods
DeleteOldSettingsAsync(List<string>, CancellationToken)
Declaration
Task DeleteOldSettingsAsync(List<string> existingEntityTypes, CancellationToken cancellationToken = default)
Parameters
Returns
FindByEntityTypeAsync(string, CancellationToken)
Declaration
Task<PageFeedbackSetting> FindByEntityTypeAsync(string entityType, CancellationToken cancellationToken = default)
Parameters
Returns
GetListByEntityTypesAsync(List<string>, CancellationToken)
Declaration
Task<List<PageFeedbackSetting>> GetListByEntityTypesAsync(List<string> entityTypes, CancellationToken cancellationToken = default)
Parameters
Returns
Extension Methods