Browse Source

modified methot name

pull/2920/head
AkinCam 7 years ago
parent
commit
d47460c412
  1. 2
      modules/blogging/src/Volo.Blogging.Application.Contracts/Volo/Blogging/Posts/IPostAppService.cs

2
modules/blogging/src/Volo.Blogging.Application.Contracts/Volo/Blogging/Posts/IPostAppService.cs

@ -9,7 +9,7 @@ namespace Volo.Blogging.Posts
{
Task<ListResultDto<PostWithDetailsDto>> GetListByBlogIdAndTagName(Guid blogId, string tagName);
Task<ListResultDto<PostWithDetailsDto>> GetListSortedPostsByTime();
Task<ListResultDto<PostWithDetailsDto>> GetOrderedListPostsByTime();
Task<PostWithDetailsDto> GetForReadingAsync(GetPostInput input);

Loading…
Cancel
Save