Пример #1
0
 public IEnumerable <HumanResourcesManager.EmployeeCountByIntervalLine> GetEmployeeCountByInterval(DateTime initialDate, DateTime finalDate, TimeIntervalType timeInterval)
 {
     return(HumanResourcesManager.GetEmployeeCountByInterval(initialDate, finalDate, timeInterval));
 }