Exemplo n.º 1
0
 public List <int> ListAbsenteesEmployeeNumbers(int day, int month)
 {
     return(_holidayRepository.ListHolidayingStaffsEmployeeNumbersForDay(day, month));
 }