示例#1
0
        public static IBookResult[] BuildTimesheetAbsenceResult(IPayrollConcept concept, IBookIndex element, IPayrollArticle article,
                                                                ITargetValues targets, Int32[] timeTable)
        {
            IBookResult result = BookResultBuilder.CreateAbsenceTimetableResult(concept, element, article, targets, timeTable);

            IBookResult[] resultList = BuildListWithResult(result);

            return(resultList);
        }