Beispiel #1
0
 public MdnLiveItem getMdnLiveItem(Integer id) {
   if (id != null) {
     return mdnLiveItemDao.findOne(id);
   }
   return null;
 }