Ejemplo n.º 1
0
 public ActionResult <List <Post> > GetPosts([FromBody] List <string> ids)
 {
     return(_postServices.GetPublicPosts(ids));
 }