Exemple #1
0
 public IEnumerable <Timestamp> Get(DateTime startDate, DateTime toDate, int employeeId)
 {
     return(_timestampHandler
            .GetTimestampFromEmployeeAndDates(_dateHandler.DateRange(startDate, toDate), employeeId));
 }