示例#1
0
 public List<History> all() {
   return historyManager.all();
 }
示例#2
0
 public List<String> allJids() {
   return historyManager.allJids();
 }
示例#3
0
 public void save(History history) {
   historyManager.save(history);
 }