Exemplo n.º 1
0
 public Video findVideo(Serializable id) {
   return videoDao.findById(id);
 }