Exemplo n.º 1
0
 public IEnumerable <PostDto> GetMainPagePost(int id)
 {
     return(_postServices.GetMainPagePostList(id));
 }