Class BlogAppService
Inheritance
System.Object
BlogAppService
Implements
IApplicationService
Assembly: Volo.Blogging.Application.dll
Syntax
public class BlogAppService : BloggingAppServiceBase, IBlogAppService, IApplicationService
Constructors
BlogAppService(IBlogRepository)
Declaration
public BlogAppService(IBlogRepository blogRepository)
Parameters
Methods
GetAsync(Guid)
Declaration
public Task<BlogDto> GetAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
GetByShortNameAsync(String)
Declaration
public Task<BlogDto> GetByShortNameAsync(string shortName)
Parameters
Type |
Name |
Description |
System.String |
shortName |
|
Returns
GetListAsync()
Declaration
public Task<ListResultDto<BlogDto>> GetListAsync()
Returns
Type |
Description |
Task<ListResultDto<BlogDto>> |
|
Implements
IApplicationService
Extension Methods