Interface IRatingPublicAppService
Assembly: Volo.CmsKit.Public.Application.Contracts.dll
Syntax
public interface IRatingPublicAppService : IApplicationService, IRemoteService
Methods
Declaration
Task<RatingDto> CreateAsync(string entityType, string entityId, CreateUpdateRatingInput input)
Parameters
Returns
DeleteAsync(string, string)
Declaration
Task DeleteAsync(string entityType, string entityId)
Parameters
Returns
GetGroupedStarCountsAsync(string, string)
Declaration
Task<List<RatingWithStarCountDto>> GetGroupedStarCountsAsync(string entityType, string entityId)
Parameters
Returns
Extension Methods