Interface ICommentAdminAppService
Namespace: Volo.CmsKit.Admin.Comments
Assembly: Volo.CmsKit.Admin.Application.Contracts.dll
Syntax
public interface ICommentAdminAppService : IApplicationService, IRemoteService
Methods
DeleteAsync(Guid)
Declaration
Task DeleteAsync(Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id |
Returns
| Type | Description |
|---|---|
| Task |
GetAsync(Guid)
Declaration
Task<CommentWithAuthorDto> GetAsync(Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id |
Returns
| Type | Description |
|---|---|
| Task<CommentWithAuthorDto> |
GetListAsync(CommentGetListInput)
Declaration
Task<PagedResultDto<CommentWithAuthorDto>> GetListAsync(CommentGetListInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| CommentGetListInput | input |
Returns
| Type | Description |
|---|---|
| Task<PagedResultDto<CommentWithAuthorDto>> |