示例#1
0
 public Long getIntersectPlannedVacationsCount(
     Integer employeeId, Date fromDate, Date toDate, DictionaryItem item) {
   return vacationDAO.getIntersectPlannedVacationsCount(employeeId, fromDate, toDate, item);
 }