예제 #1
0
 public Video findVideo(Serializable id) {
   return videoDao.findById(id);
 }