modified methot name

pull/2920/head
AkinCam 6 years ago
parent f076666d17
commit d47460c412

@ -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