Exemplo n.º 1
0
 public List <Post> getLike(int uid)
 {
     return(personDao.getLike(uid));
 }