Beispiel #1
0
 public async Task <List <PostDto> > GetPostByCategory(long categoryId)
 {
     return(await _postAppService.GetPostByCategory(categoryId));
 }