示例#1
0
 public int getApprovedVacationsWorkdaysCount(
     Employee employee, Integer year, Integer month, boolean toCurrentDate) {
   return vacationDAO.getApprovedVacationsWorkdaysCount(
       employee, year, month, null, toCurrentDate);
 }