Interface IBlogFeatureAdminAppService
Namespace: Volo.CmsKit.Admin.Blogs
Assembly: Volo.CmsKit.Admin.Application.Contracts.dll
Syntax
public interface IBlogFeatureAdminAppService : IApplicationService, IRemoteService
Methods
GetListAsync(Guid)
Declaration
Task<List<BlogFeatureDto>> GetListAsync(Guid blogId)
Parameters
Type | Name | Description |
---|---|---|
Guid | blogId |
Returns
Type | Description |
---|---|
Task<List<BlogFeatureDto>> |
SetAsync(Guid, BlogFeatureInputDto)
Declaration
Task SetAsync(Guid blogId, BlogFeatureInputDto dto)
Parameters
Type | Name | Description |
---|---|---|
Guid | blogId | |
BlogFeatureInputDto | dto |
Returns
Type | Description |
---|---|
Task |