示例#1
0
 public List <Comment> getAllBySongId(int songId)
 {
     return(commentDao.getAllBySongId(songId));
 }