Beispiel #1
0
 public Comment readById(int id)
 {
     return(commentDao.readById(id));
 }