Esempio n. 1
0
 @Override
 public void move(final Long id, final int offset) {
   dataAccessService.move(this, id, offset);
 }