Example #1
0
 @Override
 public CfCampusCode findCampusCodeById(Long id) {
   return campusCodeDao.findById(id);
 }