Пример #1
0
 public VolumeManagement findVolumeById(final Integer volumeId) {
   return volumeDAO.findById(volumeId);
 }