mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
747 lines
22 KiB
747 lines
22 KiB
{
|
|
"name": "Volo.CmsKit.Public.Application",
|
|
"hash": "7a42ff7499b716147aee09fa2fc3ffb6",
|
|
"contents": [
|
|
{
|
|
"namespace": "Volo.CmsKit.Public",
|
|
"dependsOnModules": [
|
|
{
|
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application",
|
|
"namespace": "Volo.CmsKit",
|
|
"name": "CmsKitCommonApplicationModule"
|
|
},
|
|
{
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts",
|
|
"namespace": "Volo.CmsKit.Public",
|
|
"name": "CmsKitPublicApplicationContractsModule"
|
|
},
|
|
{
|
|
"declaringAssemblyName": "Volo.Abp.Caching",
|
|
"namespace": "Volo.Abp.Caching",
|
|
"name": "AbpCachingModule"
|
|
}
|
|
],
|
|
"contentType": "abpModule",
|
|
"name": "CmsKitPublicApplicationModule",
|
|
"summary": null
|
|
},
|
|
{
|
|
"namespace": "Volo.CmsKit.Public.Reactions",
|
|
"baseClass": {
|
|
"name": "CmsKitPublicAppServiceBase",
|
|
"namespace": "Volo.CmsKit.Public",
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application"
|
|
},
|
|
"implementingInterfaces": [
|
|
{
|
|
"name": "IApplicationService",
|
|
"namespace": "Volo.Abp.Application.Services",
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts"
|
|
},
|
|
{
|
|
"name": "IRemoteService",
|
|
"namespace": "Volo.Abp",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns",
|
|
"namespace": "Volo.Abp.Aspects",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IValidationEnabled",
|
|
"namespace": "Volo.Abp.Validation",
|
|
"declaringAssemblyName": "Volo.Abp.Validation"
|
|
},
|
|
{
|
|
"name": "IUnitOfWorkEnabled",
|
|
"namespace": "Volo.Abp.Uow",
|
|
"declaringAssemblyName": "Volo.Abp.Uow"
|
|
},
|
|
{
|
|
"name": "IAuditingEnabled",
|
|
"namespace": "Volo.Abp.Auditing",
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts"
|
|
},
|
|
{
|
|
"name": "IGlobalFeatureCheckingEnabled",
|
|
"namespace": "Volo.Abp.GlobalFeatures",
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures"
|
|
},
|
|
{
|
|
"name": "ITransientDependency",
|
|
"namespace": "Volo.Abp.DependencyInjection",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IReactionPublicAppService",
|
|
"namespace": "Volo.CmsKit.Public.Reactions",
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts"
|
|
}
|
|
],
|
|
"methods": [
|
|
{
|
|
"returnType": "ListResultDto<ReactionWithSelectionDto>",
|
|
"isAsync": true,
|
|
"name": "GetForSelectionAsync",
|
|
"summary": null,
|
|
"parameters": [
|
|
{
|
|
"type": "String",
|
|
"name": "entityType",
|
|
"isOptional": false
|
|
},
|
|
{
|
|
"type": "String",
|
|
"name": "entityId",
|
|
"isOptional": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"returnType": "Void",
|
|
"isAsync": true,
|
|
"name": "CreateAsync",
|
|
"summary": null,
|
|
"parameters": [
|
|
{
|
|
"type": "String",
|
|
"name": "entityType",
|
|
"isOptional": false
|
|
},
|
|
{
|
|
"type": "String",
|
|
"name": "entityId",
|
|
"isOptional": false
|
|
},
|
|
{
|
|
"type": "String",
|
|
"name": "reaction",
|
|
"isOptional": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"returnType": "Void",
|
|
"isAsync": true,
|
|
"name": "DeleteAsync",
|
|
"summary": null,
|
|
"parameters": [
|
|
{
|
|
"type": "String",
|
|
"name": "entityType",
|
|
"isOptional": false
|
|
},
|
|
{
|
|
"type": "String",
|
|
"name": "entityId",
|
|
"isOptional": false
|
|
},
|
|
{
|
|
"type": "String",
|
|
"name": "reaction",
|
|
"isOptional": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"contentType": "applicationService",
|
|
"name": "ReactionPublicAppService",
|
|
"summary": null
|
|
},
|
|
{
|
|
"namespace": "Volo.CmsKit.Public.Ratings",
|
|
"baseClass": {
|
|
"name": "CmsKitPublicAppServiceBase",
|
|
"namespace": "Volo.CmsKit.Public",
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application"
|
|
},
|
|
"implementingInterfaces": [
|
|
{
|
|
"name": "IApplicationService",
|
|
"namespace": "Volo.Abp.Application.Services",
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts"
|
|
},
|
|
{
|
|
"name": "IRemoteService",
|
|
"namespace": "Volo.Abp",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns",
|
|
"namespace": "Volo.Abp.Aspects",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IValidationEnabled",
|
|
"namespace": "Volo.Abp.Validation",
|
|
"declaringAssemblyName": "Volo.Abp.Validation"
|
|
},
|
|
{
|
|
"name": "IUnitOfWorkEnabled",
|
|
"namespace": "Volo.Abp.Uow",
|
|
"declaringAssemblyName": "Volo.Abp.Uow"
|
|
},
|
|
{
|
|
"name": "IAuditingEnabled",
|
|
"namespace": "Volo.Abp.Auditing",
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts"
|
|
},
|
|
{
|
|
"name": "IGlobalFeatureCheckingEnabled",
|
|
"namespace": "Volo.Abp.GlobalFeatures",
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures"
|
|
},
|
|
{
|
|
"name": "ITransientDependency",
|
|
"namespace": "Volo.Abp.DependencyInjection",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IRatingPublicAppService",
|
|
"namespace": "Volo.CmsKit.Public.Ratings",
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts"
|
|
}
|
|
],
|
|
"methods": [
|
|
{
|
|
"returnType": "RatingDto",
|
|
"isAsync": true,
|
|
"name": "CreateAsync",
|
|
"summary": null,
|
|
"parameters": [
|
|
{
|
|
"type": "String",
|
|
"name": "entityType",
|
|
"isOptional": false
|
|
},
|
|
{
|
|
"type": "String",
|
|
"name": "entityId",
|
|
"isOptional": false
|
|
},
|
|
{
|
|
"type": "CreateUpdateRatingInput",
|
|
"name": "input",
|
|
"isOptional": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"returnType": "Void",
|
|
"isAsync": true,
|
|
"name": "DeleteAsync",
|
|
"summary": null,
|
|
"parameters": [
|
|
{
|
|
"type": "String",
|
|
"name": "entityType",
|
|
"isOptional": false
|
|
},
|
|
{
|
|
"type": "String",
|
|
"name": "entityId",
|
|
"isOptional": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"returnType": "List<RatingWithStarCountDto>",
|
|
"isAsync": true,
|
|
"name": "GetGroupedStarCountsAsync",
|
|
"summary": null,
|
|
"parameters": [
|
|
{
|
|
"type": "String",
|
|
"name": "entityType",
|
|
"isOptional": false
|
|
},
|
|
{
|
|
"type": "String",
|
|
"name": "entityId",
|
|
"isOptional": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"contentType": "applicationService",
|
|
"name": "RatingPublicAppService",
|
|
"summary": null
|
|
},
|
|
{
|
|
"namespace": "Volo.CmsKit.Public.Pages",
|
|
"baseClass": {
|
|
"name": "CmsKitPublicAppServiceBase",
|
|
"namespace": "Volo.CmsKit.Public",
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application"
|
|
},
|
|
"implementingInterfaces": [
|
|
{
|
|
"name": "IApplicationService",
|
|
"namespace": "Volo.Abp.Application.Services",
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts"
|
|
},
|
|
{
|
|
"name": "IRemoteService",
|
|
"namespace": "Volo.Abp",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns",
|
|
"namespace": "Volo.Abp.Aspects",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IValidationEnabled",
|
|
"namespace": "Volo.Abp.Validation",
|
|
"declaringAssemblyName": "Volo.Abp.Validation"
|
|
},
|
|
{
|
|
"name": "IUnitOfWorkEnabled",
|
|
"namespace": "Volo.Abp.Uow",
|
|
"declaringAssemblyName": "Volo.Abp.Uow"
|
|
},
|
|
{
|
|
"name": "IAuditingEnabled",
|
|
"namespace": "Volo.Abp.Auditing",
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts"
|
|
},
|
|
{
|
|
"name": "IGlobalFeatureCheckingEnabled",
|
|
"namespace": "Volo.Abp.GlobalFeatures",
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures"
|
|
},
|
|
{
|
|
"name": "ITransientDependency",
|
|
"namespace": "Volo.Abp.DependencyInjection",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IPagePublicAppService",
|
|
"namespace": "Volo.CmsKit.Public.Pages",
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts"
|
|
}
|
|
],
|
|
"methods": [
|
|
{
|
|
"returnType": "PageDto",
|
|
"isAsync": true,
|
|
"name": "FindBySlugAsync",
|
|
"summary": null,
|
|
"parameters": [
|
|
{
|
|
"type": "String",
|
|
"name": "slug",
|
|
"isOptional": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"returnType": "PageDto",
|
|
"isAsync": true,
|
|
"name": "FindDefaultHomePageAsync",
|
|
"summary": null,
|
|
"parameters": []
|
|
}
|
|
],
|
|
"contentType": "applicationService",
|
|
"name": "PagePublicAppService",
|
|
"summary": null
|
|
},
|
|
{
|
|
"namespace": "Volo.CmsKit.Public.Menus",
|
|
"baseClass": {
|
|
"name": "CmsKitPublicAppServiceBase",
|
|
"namespace": "Volo.CmsKit.Public",
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application"
|
|
},
|
|
"implementingInterfaces": [
|
|
{
|
|
"name": "IApplicationService",
|
|
"namespace": "Volo.Abp.Application.Services",
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts"
|
|
},
|
|
{
|
|
"name": "IRemoteService",
|
|
"namespace": "Volo.Abp",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns",
|
|
"namespace": "Volo.Abp.Aspects",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IValidationEnabled",
|
|
"namespace": "Volo.Abp.Validation",
|
|
"declaringAssemblyName": "Volo.Abp.Validation"
|
|
},
|
|
{
|
|
"name": "IUnitOfWorkEnabled",
|
|
"namespace": "Volo.Abp.Uow",
|
|
"declaringAssemblyName": "Volo.Abp.Uow"
|
|
},
|
|
{
|
|
"name": "IAuditingEnabled",
|
|
"namespace": "Volo.Abp.Auditing",
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts"
|
|
},
|
|
{
|
|
"name": "IGlobalFeatureCheckingEnabled",
|
|
"namespace": "Volo.Abp.GlobalFeatures",
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures"
|
|
},
|
|
{
|
|
"name": "ITransientDependency",
|
|
"namespace": "Volo.Abp.DependencyInjection",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IMenuItemPublicAppService",
|
|
"namespace": "Volo.CmsKit.Public.Menus",
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts"
|
|
}
|
|
],
|
|
"methods": [
|
|
{
|
|
"returnType": "List<MenuItemDto>",
|
|
"isAsync": true,
|
|
"name": "GetListAsync",
|
|
"summary": null,
|
|
"parameters": []
|
|
}
|
|
],
|
|
"contentType": "applicationService",
|
|
"name": "MenuItemPublicAppService",
|
|
"summary": null
|
|
},
|
|
{
|
|
"namespace": "Volo.CmsKit.Public.GlobalResources",
|
|
"baseClass": {
|
|
"name": "ApplicationService",
|
|
"namespace": "Volo.Abp.Application.Services",
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application"
|
|
},
|
|
"implementingInterfaces": [
|
|
{
|
|
"name": "IApplicationService",
|
|
"namespace": "Volo.Abp.Application.Services",
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts"
|
|
},
|
|
{
|
|
"name": "IRemoteService",
|
|
"namespace": "Volo.Abp",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns",
|
|
"namespace": "Volo.Abp.Aspects",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IValidationEnabled",
|
|
"namespace": "Volo.Abp.Validation",
|
|
"declaringAssemblyName": "Volo.Abp.Validation"
|
|
},
|
|
{
|
|
"name": "IUnitOfWorkEnabled",
|
|
"namespace": "Volo.Abp.Uow",
|
|
"declaringAssemblyName": "Volo.Abp.Uow"
|
|
},
|
|
{
|
|
"name": "IAuditingEnabled",
|
|
"namespace": "Volo.Abp.Auditing",
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts"
|
|
},
|
|
{
|
|
"name": "IGlobalFeatureCheckingEnabled",
|
|
"namespace": "Volo.Abp.GlobalFeatures",
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures"
|
|
},
|
|
{
|
|
"name": "ITransientDependency",
|
|
"namespace": "Volo.Abp.DependencyInjection",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IGlobalResourcePublicAppService",
|
|
"namespace": "Volo.CmsKit.Public.GlobalResources",
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts"
|
|
}
|
|
],
|
|
"methods": [
|
|
{
|
|
"returnType": "GlobalResourceDto",
|
|
"isAsync": true,
|
|
"name": "GetGlobalScriptAsync",
|
|
"summary": null,
|
|
"parameters": []
|
|
},
|
|
{
|
|
"returnType": "GlobalResourceDto",
|
|
"isAsync": true,
|
|
"name": "GetGlobalStyleAsync",
|
|
"summary": null,
|
|
"parameters": []
|
|
}
|
|
],
|
|
"contentType": "applicationService",
|
|
"name": "GlobalResourcePublicAppService",
|
|
"summary": null
|
|
},
|
|
{
|
|
"namespace": "Volo.CmsKit.Public.Comments",
|
|
"baseClass": {
|
|
"name": "CmsKitPublicAppServiceBase",
|
|
"namespace": "Volo.CmsKit.Public",
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application"
|
|
},
|
|
"implementingInterfaces": [
|
|
{
|
|
"name": "IApplicationService",
|
|
"namespace": "Volo.Abp.Application.Services",
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts"
|
|
},
|
|
{
|
|
"name": "IRemoteService",
|
|
"namespace": "Volo.Abp",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns",
|
|
"namespace": "Volo.Abp.Aspects",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IValidationEnabled",
|
|
"namespace": "Volo.Abp.Validation",
|
|
"declaringAssemblyName": "Volo.Abp.Validation"
|
|
},
|
|
{
|
|
"name": "IUnitOfWorkEnabled",
|
|
"namespace": "Volo.Abp.Uow",
|
|
"declaringAssemblyName": "Volo.Abp.Uow"
|
|
},
|
|
{
|
|
"name": "IAuditingEnabled",
|
|
"namespace": "Volo.Abp.Auditing",
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts"
|
|
},
|
|
{
|
|
"name": "IGlobalFeatureCheckingEnabled",
|
|
"namespace": "Volo.Abp.GlobalFeatures",
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures"
|
|
},
|
|
{
|
|
"name": "ITransientDependency",
|
|
"namespace": "Volo.Abp.DependencyInjection",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "ICommentPublicAppService",
|
|
"namespace": "Volo.CmsKit.Public.Comments",
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts"
|
|
}
|
|
],
|
|
"methods": [
|
|
{
|
|
"returnType": "ListResultDto<CommentWithDetailsDto>",
|
|
"isAsync": true,
|
|
"name": "GetListAsync",
|
|
"summary": null,
|
|
"parameters": [
|
|
{
|
|
"type": "String",
|
|
"name": "entityType",
|
|
"isOptional": false
|
|
},
|
|
{
|
|
"type": "String",
|
|
"name": "entityId",
|
|
"isOptional": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"returnType": "CommentDto",
|
|
"isAsync": true,
|
|
"name": "CreateAsync",
|
|
"summary": null,
|
|
"parameters": [
|
|
{
|
|
"type": "String",
|
|
"name": "entityType",
|
|
"isOptional": false
|
|
},
|
|
{
|
|
"type": "String",
|
|
"name": "entityId",
|
|
"isOptional": false
|
|
},
|
|
{
|
|
"type": "CreateCommentInput",
|
|
"name": "input",
|
|
"isOptional": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"returnType": "CommentDto",
|
|
"isAsync": true,
|
|
"name": "UpdateAsync",
|
|
"summary": null,
|
|
"parameters": [
|
|
{
|
|
"type": "Guid",
|
|
"name": "id",
|
|
"isOptional": false
|
|
},
|
|
{
|
|
"type": "UpdateCommentInput",
|
|
"name": "input",
|
|
"isOptional": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"returnType": "Void",
|
|
"isAsync": true,
|
|
"name": "DeleteAsync",
|
|
"summary": null,
|
|
"parameters": [
|
|
{
|
|
"type": "Guid",
|
|
"name": "id",
|
|
"isOptional": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"contentType": "applicationService",
|
|
"name": "CommentPublicAppService",
|
|
"summary": null
|
|
},
|
|
{
|
|
"namespace": "Volo.CmsKit.Public.Blogs",
|
|
"baseClass": {
|
|
"name": "CmsKitPublicAppServiceBase",
|
|
"namespace": "Volo.CmsKit.Public",
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application"
|
|
},
|
|
"implementingInterfaces": [
|
|
{
|
|
"name": "IApplicationService",
|
|
"namespace": "Volo.Abp.Application.Services",
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts"
|
|
},
|
|
{
|
|
"name": "IRemoteService",
|
|
"namespace": "Volo.Abp",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns",
|
|
"namespace": "Volo.Abp.Aspects",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IValidationEnabled",
|
|
"namespace": "Volo.Abp.Validation",
|
|
"declaringAssemblyName": "Volo.Abp.Validation"
|
|
},
|
|
{
|
|
"name": "IUnitOfWorkEnabled",
|
|
"namespace": "Volo.Abp.Uow",
|
|
"declaringAssemblyName": "Volo.Abp.Uow"
|
|
},
|
|
{
|
|
"name": "IAuditingEnabled",
|
|
"namespace": "Volo.Abp.Auditing",
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts"
|
|
},
|
|
{
|
|
"name": "IGlobalFeatureCheckingEnabled",
|
|
"namespace": "Volo.Abp.GlobalFeatures",
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures"
|
|
},
|
|
{
|
|
"name": "ITransientDependency",
|
|
"namespace": "Volo.Abp.DependencyInjection",
|
|
"declaringAssemblyName": "Volo.Abp.Core"
|
|
},
|
|
{
|
|
"name": "IBlogPostPublicAppService",
|
|
"namespace": "Volo.CmsKit.Public.Blogs",
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts"
|
|
}
|
|
],
|
|
"methods": [
|
|
{
|
|
"returnType": "BlogPostCommonDto",
|
|
"isAsync": true,
|
|
"name": "GetAsync",
|
|
"summary": null,
|
|
"parameters": [
|
|
{
|
|
"type": "String",
|
|
"name": "blogSlug",
|
|
"isOptional": false
|
|
},
|
|
{
|
|
"type": "String",
|
|
"name": "blogPostSlug",
|
|
"isOptional": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"returnType": "PagedResultDto<BlogPostCommonDto>",
|
|
"isAsync": true,
|
|
"name": "GetListAsync",
|
|
"summary": null,
|
|
"parameters": [
|
|
{
|
|
"type": "String",
|
|
"name": "blogSlug",
|
|
"isOptional": false
|
|
},
|
|
{
|
|
"type": "BlogPostGetListInput",
|
|
"name": "input",
|
|
"isOptional": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"returnType": "PagedResultDto<CmsUserDto>",
|
|
"isAsync": true,
|
|
"name": "GetAuthorsHasBlogPostsAsync",
|
|
"summary": null,
|
|
"parameters": [
|
|
{
|
|
"type": "BlogPostFilteredPagedAndSortedResultRequestDto",
|
|
"name": "input",
|
|
"isOptional": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"returnType": "CmsUserDto",
|
|
"isAsync": true,
|
|
"name": "GetAuthorHasBlogPostAsync",
|
|
"summary": null,
|
|
"parameters": [
|
|
{
|
|
"type": "Guid",
|
|
"name": "id",
|
|
"isOptional": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"contentType": "applicationService",
|
|
"name": "BlogPostPublicAppService",
|
|
"summary": null
|
|
}
|
|
]
|
|
} |