Пример #1
0
 public Integer createXlog(Xlog xlog) {
   return (Integer) xlogDao.save(xlog);
 }