Show / Hide Table of Contents

Interface IPollAdminAppService

Namespace: Volo.CmsKit.Admin.Polls
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public interface IPollAdminAppService : ICrudAppService<PollWithDetailsDto, PollDto, Guid, GetPollListInput, CreatePollDto, UpdatePollDto>, IReadOnlyAppService<PollWithDetailsDto, PollDto, Guid, GetPollListInput>, IApplicationService, IRemoteService, ICreateUpdateAppService<PollWithDetailsDto, Guid, CreatePollDto, UpdatePollDto>, ICreateAppService<PollWithDetailsDto, CreatePollDto>, IUpdateAppService<PollWithDetailsDto, Guid, UpdatePollDto>, IDeleteAppService<Guid>

Methods

GetResultAsync(Guid)

Declaration
Task<GetResultDto> GetResultAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<GetResultDto>

GetWidgetsAsync()

Declaration
Task<ListResultDto<PollWidgetDto>> GetWidgetsAsync()
Returns
Type Description
Task<ListResultDto<PollWidgetDto>>
In this article
Back to top Powered by Volosoft