예제 #1
0
 @Override
 @Transactional
 public UsCity findCity(Long id) throws InstanceNotFoundException {
   return cityDao.find(id);
 }