Пример #1
0
 public Double GetEmployeeMovementCount(DateTime initialDate, DateTime finalDate)
 {
     return(HumanResourcesManager.GetHumanResourcesSpendings(initialDate, finalDate));
 }