Class BlogFeatureAdminClientProxy
Inherited Members
Namespace: Volo.CmsKit.Admin.Blogs
Assembly: Volo.CmsKit.Admin.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IBlogFeatureAdminAppService), typeof(BlogFeatureAdminClientProxy) })]
public class BlogFeatureAdminClientProxy : ClientProxyBase<IBlogFeatureAdminAppService>, ITransientDependency, IBlogFeatureAdminAppService, IApplicationService, IRemoteService
Constructors
BlogFeatureAdminClientProxy()
Declaration
public BlogFeatureAdminClientProxy()
Methods
GetListAsync(Guid)
Declaration
public virtual Task<List<BlogFeatureDto>> GetListAsync(Guid blogId)
Parameters
Type | Name | Description |
---|---|---|
Guid | blogId |
Returns
Type | Description |
---|---|
Task<List<BlogFeatureDto>> |
SetAsync(Guid, BlogFeatureInputDto)
Declaration
public virtual Task SetAsync(Guid blogId, BlogFeatureInputDto dto)
Parameters
Type | Name | Description |
---|---|---|
Guid | blogId | |
BlogFeatureInputDto | dto |
Returns
Type | Description |
---|---|
Task |