Exemplo n.º 1
0
 public IEnumerable <PostDetailDto> GetPostDetail(int id)
 {
     return(_postServices.GetPostDetailList(id));
 }