Ejemplo n.º 1
0
 // GET ALL POSTS BY USER
 public List <Post> Get(int id)
 {
     return(_postService.GetAllPostsByUser(id));
 }