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