Interface ITagAdminAppService
Inherited Members
Namespace: Volo.CmsKit.Admin.Tags
Assembly: Volo.CmsKit.Admin.Application.Contracts.dll
Syntax
public interface ITagAdminAppService : ICrudAppService<TagDto, Guid, TagGetListInput, TagCreateDto, TagUpdateDto>, ICrudAppService<TagDto, TagDto, Guid, TagGetListInput, TagCreateDto, TagUpdateDto>, IReadOnlyAppService<TagDto, TagDto, Guid, TagGetListInput>, ICreateUpdateAppService<TagDto, Guid, TagCreateDto, TagUpdateDto>, ICreateAppService<TagDto, TagCreateDto>, IUpdateAppService<TagDto, Guid, TagUpdateDto>, IDeleteAppService<Guid>, IApplicationService, IRemoteService
Methods
GetTagDefinitionsAsync()
Declaration
Task<List<TagDefinitionDto>> GetTagDefinitionsAsync()
Returns
Type | Description |
---|---|
Task<List<TagDefinitionDto>> |