Example #1
0
 public async Task <List <PostDto> > GetPostByTitle(string title)
 {
     return(await _postAppService.GetPostByTitle(title));
 }