예제 #1
0
 @Override
 public boolean updateMemory(Memory memory) {
   return menu.getMemoryDao().update(memory);
 }