Пример #1
0
 public List<Xlog> getXlogsByUserWithHours(Xuser xuser, int hours) {
   return xlogDao.getXlogsByUserWithHours(xuser, hours);
 }