Ejemplo n.º 1
0
 public List<Xlog> getXlogsBySnidWithNum(int snid, int num) {
   return xlogDao.getXlogsBySnidWithNum(snid, num);
 }